Coda Distributed File System
Macros | Typedefs
voltypes.h File Reference
#include <rpc2/rpc2.h>
#include <stdint.h>
Include dependency graph for voltypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NULL   0
 
#define TRUE   1
 
#define FALSE   0
 

Typedefs

typedef uint32_t bit32
 
typedef uint16_t bit16
 
typedef uint8_t byte
 
typedef bit32 Device
 
typedef bit32 Inode
 
typedef bit32 Error
 

Macro Definition Documentation

◆ FALSE

#define FALSE   0

◆ NULL

#define NULL   0

◆ TRUE

#define TRUE   1

Typedef Documentation

◆ bit16

typedef uint16_t bit16

◆ bit32

typedef uint32_t bit32

◆ byte

typedef uint8_t byte

◆ Device

typedef bit32 Device

◆ Error

typedef bit32 Error

◆ Inode

typedef bit32 Inode