X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/bc34fd00d2e81fbc890bb2060ed6693454a230bf..d57ee3ae693448387e3022fdd07bd741b2db818a:/lunaix-os/includes/lunaix/device.h diff --git a/lunaix-os/includes/lunaix/device.h b/lunaix-os/includes/lunaix/device.h index 14558a7..414809a 100644 --- a/lunaix-os/includes/lunaix/device.h +++ b/lunaix-os/includes/lunaix/device.h @@ -6,11 +6,14 @@ #include #include +typedef unsigned int dev_t; + struct device { struct llist_header dev_list; struct device* parent; struct hstr name; + dev_t dev_id; char name_val[DEVICE_NAME_SIZE]; void* underlay; void* fs_node;