X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/3524a45e29d7a8795388f662f7610ca62431cf5f..7515e526342f6ee07cbe92f5a458f1c2c4a1fcaf:/lunaix-os/includes/lunaix/block.h diff --git a/lunaix-os/includes/lunaix/block.h b/lunaix-os/includes/lunaix/block.h index 94e8775..40935f9 100644 --- a/lunaix-os/includes/lunaix/block.h +++ b/lunaix-os/includes/lunaix/block.h @@ -2,6 +2,7 @@ #define __LUNAIX_BLOCK_H #include +#include #define LPT_SIG 0x414e554c #define PARTITION_NAME_SIZE 48 @@ -15,6 +16,7 @@ struct block_dev char bdev_id[DEV_ID_SIZE]; char name[PARTITION_NAME_SIZE]; struct hba_device* hd_dev; + struct device* dev; uint64_t base_lba; uint64_t end_lba; };