switch-coreboot/src/arch/ppc/include/clock.h
Greg Watson 2e8da0dafe new headers
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1242 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2003-11-02 17:03:49 +00:00

9 lines
176 B
C

#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 */