|
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 | |
| #define MAX_PARTITIONS 10 |
Definition at line 25 of file part_driver.h.
|
extern |
Definition at line 19 of file part_driver.c.
|
extern |
Definition at line 35 of file part_driver_mbr.c.
|
extern |
Definition at line 19 of file part_driver_gpt.c.
|
extern |
Definition at line 13 of file part_driver.c.
|
extern |
Definition at line 14 of file part_driver.c.