X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/e6dbd781772925dfc07b2facfa0a1350e756ad8f..eb1d71eb06e977f9ea61f6f43e5ce65342faf1cc:/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;