|
PS2SDK
PS2 Homebrew Libraries
|
#include <sys/fcntl.h>#include <sys/unistd.h>
Include dependency graph for io_common.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | io_stat_t |
| struct | io_dirent_t |
Shared IO structures and definitions
Definition in file io_common.h.
| struct io_stat_t |
Definition at line 47 of file io_common.h.
| Data Fields | ||
|---|---|---|
| unsigned int | mode | |
| unsigned int | attr | |
| unsigned int | size | |
| unsigned char | ctime[8] | |
| unsigned char | atime[8] | |
| unsigned char | mtime[8] | |
| unsigned int | hisize | |
| struct io_dirent_t |
Definition at line 58 of file io_common.h.
Collaboration diagram for io_dirent_t:| Data Fields | ||
|---|---|---|
| io_stat_t | stat | |
| char | name[256] | |
| void * | privdata | |