/* * PLL.h * * Created on: 2022Äê3ÔÂ23ÈÕ * Author: graydon */ #ifndef DRV_PLL_H_ #define DRV_PLL_H_ #ifdef __cplusplus extern "C" { #endif void initPLL_SDRAM(void); #ifdef __cplusplus } #endif #endif /* DRV_PLL_H_ */