3 * @author Lunaixsky (lunaxisky@qq.com)
4 * @brief The GUID Partition Table (GPT)
8 * @copyright Copyright (c) 2022
11 #ifndef __LUNAIX_BLKPART_GPT_H
12 #define __LUNAIX_BLKPART_GPT_H
14 #include <lunaix/device.h>
15 #include <lunaix/types.h>
33 // reserved start here
47 blkpart_probegpt(struct device* master);
49 #endif /* __LUNAIX_BLKPART_GPT_H */