forked from M-Labs/artiq
9 lines
152 B
C
9 lines
152 B
C
#ifndef __RTIOCRG_H
|
|
#define __RTIOCRG_H
|
|
|
|
void rtiocrg_init(void);
|
|
int rtiocrg_check(void);
|
|
int rtiocrg_switch_clock(int clk);
|
|
|
|
#endif /* __RTIOCRG_H */
|