git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
refactor: make pci device driver loading passive, pci bus scanner will not load them...
[lunaix-os.git]
/
lunaix-os
/
includes
/
hal
/
hwtimer.h
diff --git
a/lunaix-os/includes/hal/hwtimer.h
b/lunaix-os/includes/hal/hwtimer.h
index 22fdaacc37b71168bf624a2db00e43d95bf55d33..3a55d6d96e235aa836df1a508b2e4fee7161afd1 100644
(file)
--- a/
lunaix-os/includes/hal/hwtimer.h
+++ b/
lunaix-os/includes/hal/hwtimer.h
@@
-22,8
+22,6
@@
struct hwtimer
ticks_t running_freq;
};
-extern struct hwtimer* current_timer;
-
void
hwtimer_init(u32_t hertz, void* tick_callback);