moved to clock.h

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1243 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2003-11-02 17:04:06 +00:00
parent 2e8da0dafe
commit 68a040dfa1
1 changed files with 0 additions and 3 deletions

View File

@ -36,7 +36,4 @@ extern void ppc_enable_mmu(void);
/* Describe which sort of ppc CPU I am */
extern void ppc_identify(void);
/* CPU clock speed in ticks per second */
extern unsigned long get_clock_speed();
#endif