changing circuitry to disable RTC, update initialization to match
[fw/openalt] / cpu / cpu.h
1 #ifndef _CPU_H_
2 #define _CPU_H_
3
4 void cpuSetupHardware (void);
5 void cpuPLLDisable (void);
6 void cpuT1Disable (void);
7 void cpuGPIOInitialize (void);
8 void cpuToggleLED (unsigned portBASE_TYPE uxLED);
9
10 #endif