diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2004-06-03 16:30:02 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2004-06-03 16:30:02 +0000 |
commit | 66c07cdc942c4a02dd2d4e2b4be9aba0727afe28 (patch) | |
tree | 76e6b666f9410c012e74413a0778ffe5212e9fc8 /src/arch/ppc/include | |
parent | ca68a91eff7d0053e48f24994b7808acec14a28e (diff) | |
download | coreboot-66c07cdc942c4a02dd2d4e2b4be9aba0727afe28.tar.xz |
Make names more sensible.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1593 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc/include')
-rw-r--r-- | src/arch/ppc/include/clock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/ppc/include/clock.h b/src/arch/ppc/include/clock.h index 3fe882a1fd..60bde4e0c0 100644 --- a/src/arch/ppc/include/clock.h +++ b/src/arch/ppc/include/clock.h @@ -4,6 +4,6 @@ /* * Various clock routines. */ -extern unsigned long get_clock_speed(void); -extern unsigned long get_bus_freq(void); +extern unsigned long get_timer_freq(void); +extern unsigned long get_pci_bus_freq(void); #endif /* _CLOCK_H */ |