Make names more sensible.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1593 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2004-06-03 16:30:02 +00:00
commit 66c07cdc94
7 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@
#include <ppc.h>
unsigned long get_clock_speed(void)
unsigned long get_timer_freq(void)
{
return 100000000 / 4;
}