feat: fstat now handle symbolic link
[lunaix-os.git] / lunaix-os / includes / hal / hwtimer.h
index 83ff92c8bc9c3bc75162edb913009071db437ebf..22fdaacc37b71168bf624a2db00e43d95bf55d33 100644 (file)
@@ -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*);