libdragon
Data Structures | Defines | Typedefs
dfsinternal.h File Reference

Internal DFS Definitions. More...

Go to the source code of this file.

Data Structures

struct  directory_entry
 Representation of a directory entry. More...
struct  file_entry
 Representation of a file sector. More...
struct  open_file
 Open file handle structure. More...

Defines

#define FLAGS_ID   0xFFFFFFFF
 The special ID value in directory_entry::flags defining the master sector.
#define NEXTENTRY_ID   0xDEADBEEF
 The special ID value in directory_entry::next_entry defining the master sector.
#define SECTOR_SIZE   256
 The size of a sector.
#define SECTOR_PAYLOAD   252
 The size of a sector payload.

Typedefs

typedef struct directory_entry directory_entry_t
 Type definition.
typedef struct file_entry file_entry_t
 Type definition.
typedef struct open_file open_file_t
 Open file handle structure.

Detailed Description

Internal DFS Definitions.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines