mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
use longs
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1055 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
04091a67e5
commit
bd0ac35a77
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
#ifndef _TIMER_H
|
#ifndef _TIMER_H
|
||||||
#define __TIMER_H
|
#define __TIMER_H
|
||||||
|
|
||||||
unsigned get_hz(void);
|
unsigned long get_hz(void);
|
||||||
unsigned ticks_since_boot(void);
|
unsigned long ticks_since_boot(void);
|
||||||
void sleep_ticks(unsigned);
|
void sleep_ticks(unsigned long);
|
||||||
void udelay(int);
|
void udelay(int);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue