|
UbixOS V2
2.0
|
#include <fs/common/gpt.h>#include <fs/common/crc32.h>#include <sys/device.h>#include <lib/kprintf.h>#include <pci/hd.h>
Go to the source code of this file.
Macros | |
| #define | BOOTPROG "Unknown" |
| #define | MAXTBLENTS 128 |
Functions | |
| void | gptbootfailed (struct device_interface *devInfo) |
| int | gptfind (const uuid_t *uuid, struct device_interface *devInfo, int part) |
| int | gptread (const uuid_t *uuid, struct device_interface *devInfo, char *buf) |
| void gptbootfailed | ( | struct device_interface * | devInfo | ) |
| int gptfind | ( | const uuid_t * | uuid, |
| struct device_interface * | devInfo, | ||
| int | part | ||
| ) |
Definition at line 99 of file gpt.c.
References device_interface::info, and driveInfo::part.
| int gptread | ( | const uuid_t * | uuid, |
| struct device_interface * | devInfo, | ||
| char * | buf | ||
| ) |