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
/
hwrtc.h
diff --git
a/lunaix-os/includes/hal/hwrtc.h
b/lunaix-os/includes/hal/hwrtc.h
index fcd4d48a5f2ddccc6599fc51463b1e4304e5f898..a5ebb9c21e0587c3f9de6df0d2ee895fb0983aef 100644
(file)
--- a/
lunaix-os/includes/hal/hwrtc.h
+++ b/
lunaix-os/includes/hal/hwrtc.h
@@
-35,7
+35,7
@@
void
hwrtc_init();
struct hwrtc*
-hwrtc_alloc_new(
char* driver_id
);
+hwrtc_alloc_new(
struct device_def* def, char* name
);
void
hwrtc_walltime(datetime_t* dt);