aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/i386
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-03-20 01:53:30 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-03-20 01:53:30 +0000
commitdc69e05d90b922bbfc5712dcd4030d9585af4ff8 (patch)
treecaaf3afaea940005782b83b8c7cb26280218c954 /payloads/libpayload/i386
parent5aa66da9a146fa91a587f3676275b4551241a47d (diff)
Make the list of functions in libpayload.h more complete (trivial).
We need to think about the exact API we want to expose later, though. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3177 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads/libpayload/i386')
-rw-r--r--payloads/libpayload/i386/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/i386/timer.c b/payloads/libpayload/i386/timer.c
index 72a3ee8f48..852cbe6c03 100644
--- a/payloads/libpayload/i386/timer.c
+++ b/payloads/libpayload/i386/timer.c
@@ -34,7 +34,7 @@ static unsigned int cpu_khz;
/* Calculate the speed of the processor for use in delays */
-void get_cpu_speed(void)
+unsigned int get_cpu_speed(void)
{
unsigned long long start, end;