feat: fstat now handle symbolic link
[lunaix-os.git] / lunaix-os / includes / hal / hwrtc.h
index fcd4d48a5f2ddccc6599fc51463b1e4304e5f898..a5ebb9c21e0587c3f9de6df0d2ee895fb0983aef 100644 (file)
@@ -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);