5 lines
58 B
C
5 lines
58 B
C
|
#pragma once
|
||
|
|
||
|
int rcc_init(void);
|
||
|
void rcc_cleanup(void);
|