X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/8efc0cf32160c68772a2ce1887e6a397852d3d96..6f6da1abb22dff69dbb710bd2fd9d95f083f2b43:/lunaix-os/includes/hal/hwrtc.h diff --git a/lunaix-os/includes/hal/hwrtc.h b/lunaix-os/includes/hal/hwrtc.h index fcd4d48..a5ebb9c 100644 --- 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);