mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
8 lines
99 B
C
8 lines
99 B
C
|
#ifndef __PLL_H
|
||
|
#define __PLL_H
|
||
|
|
||
|
void pll_config_for_clock(int freq);
|
||
|
void pll_dump(void);
|
||
|
|
||
|
#endif
|