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
feat: better rtc framework which aims to remove single rtc restrictions.
[lunaix-os.git]
/
lunaix-os
/
includes
/
hal
/
apic_timer.h
diff --git
a/lunaix-os/includes/hal/apic_timer.h
b/lunaix-os/includes/hal/apic_timer.h
index a076354ee23a7dcc922d04f980c9f2143612262a..186149b6f15c8d7d0969b24a1afad5714562fef9 100644
(file)
--- a/
lunaix-os/includes/hal/apic_timer.h
+++ b/
lunaix-os/includes/hal/apic_timer.h
@@
-3,6
+3,6
@@
#include <hal/hwtimer.h>
-struct hwtimer
_context
* apic_hwtimer_context();
+struct hwtimer* apic_hwtimer_context();
#endif /* __LUNAIX_APIC_TIMER_H */