PS2SDK
PS2 Homebrew Libraries
bd_defrag.h File Reference
#include <tamtypes.h>
#include <bdm.h>
#include <usbhdfsd-common.h>
+ Include dependency graph for bd_defrag.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define bd_defrag   bd_defrag_read
 

Functions

int bd_defrag_read (struct block_device *bd, u32 fragcount, struct bd_fragment *fraglist, u64 sector, void *buffer, u16 count)
 
int bd_defrag_write (struct block_device *bd, u32 fragcount, struct bd_fragment *fraglist, u64 sector, const void *buffer, u16 count)
 

Detailed Description

Fragmented Block Device to Block Device

Definition in file bd_defrag.h.