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: fstat now handle symbolic link
[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 83ff92c8bc9c3bc75162edb913009071db437ebf..22fdaacc37b71168bf624a2db00e43d95bf55d33 100644
(file)
--- a/
lunaix-os/includes/hal/hwtimer.h
+++ b/
lunaix-os/includes/hal/hwtimer.h
@@
-12,6
+12,7
@@
struct hwtimer
char* name;
void* data;
char* name;
void* data;
+ struct devclass class;
struct device* timer_dev;
int (*supported)(struct hwtimer*);
struct device* timer_dev;
int (*supported)(struct hwtimer*);