1 2 3 4 5 6 7 8 9
#ifndef _CLOCK_H #define _CLOCK_H /* * Various clock routines. */ extern unsigned long get_clock_speed(void); extern unsigned long get_bus_freq(void); #endif /* _CLOCK_H */