moved to clock.h
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1243 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
2e8da0dafe
commit
68a040dfa1
|
@ -36,7 +36,4 @@ extern void ppc_enable_mmu(void);
|
||||||
|
|
||||||
/* Describe which sort of ppc CPU I am */
|
/* Describe which sort of ppc CPU I am */
|
||||||
extern void ppc_identify(void);
|
extern void ppc_identify(void);
|
||||||
|
|
||||||
/* CPU clock speed in ticks per second */
|
|
||||||
extern unsigned long get_clock_speed();
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue