|
PS2SDK
PS2 Homebrew Libraries
|
#include <bdm.h>
Include dependency graph for part_driver.h:Go to the source code of this file.
Data Structures | |
| struct | partition |
Macros | |
| #define | MAX_PARTITIONS 10 |
Functions | |
| int | GetNextFreePartitionIndex () |
| int | part_connect_mbr (struct block_device *bd) |
| int | part_connect_gpt (struct block_device *bd) |
Variables | |
| struct partition | g_part [MAX_PARTITIONS] |
| struct block_device | g_part_bd [MAX_PARTITIONS] |
Common partition driver definitions.
Definition in file part_driver.h.
| struct partition |
Definition at line 20 of file part_driver.h.
Collaboration diagram for partition:| Data Fields | ||
|---|---|---|
| struct block_device * | bd | |