mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-04 17:31:10 +08:00
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 */
|