Removed system_time() prototype; it's already defined in OS.h.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7711 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -12,7 +12,6 @@ extern void clearscreen(void);
|
|||||||
extern void kputs(const char *str);
|
extern void kputs(const char *str);
|
||||||
extern int dprintf(const char *fmt, ...);
|
extern int dprintf(const char *fmt, ...);
|
||||||
extern void sleep(uint64 time);
|
extern void sleep(uint64 time);
|
||||||
extern uint64 system_time(void);
|
|
||||||
extern void execute_n_instructions(int count);
|
extern void execute_n_instructions(int count);
|
||||||
void system_time_setup(long a);
|
void system_time_setup(long a);
|
||||||
uint64 rdtsc();
|
uint64 rdtsc();
|
||||||
|
|||||||
Reference in New Issue
Block a user