ApertureOS
Data Structures | Macros
priv_filesystem.h File Reference
#include "types.h"
#include "managers.h"
#include "drivers.h"
#include "filesystem.h"
Include dependency graph for priv_filesystem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Filesystem_Driver
 
struct  FileDescriptor
 

Macros

#define MAX_OPEN_FILES   0x10000000
 
#define MAX_OPEN_DIRS   0x10000000
 
#define EXTRACT_ID(n)   (n & 0xFFFFFFFF)
 

Macro Definition Documentation

#define EXTRACT_ID (   n)    (n & 0xFFFFFFFF)
#define MAX_OPEN_DIRS   0x10000000
#define MAX_OPEN_FILES   0x10000000