git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* fix an issue that execve attempts to parse directory as elf file.
[lunaix-os.git]
/
lunaix-os
/
includes
/
hal
/
apic_timer.h
1
#ifndef __LUNAIX_APIC_TIMER_H
2
#define __LUNAIX_APIC_TIMER_H
3
4
#include <hal/hwtimer.h>
5
6
struct hwtimer* apic_hwtimer_context();
7
8
#endif /* __LUNAIX_APIC_TIMER_H */