UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Typedefs
types.h File Reference

Go to the source code of this file.

Typedefs

typedef unsigned int uint
 
typedef unsigned short ushort
 
typedef unsigned char uchar
 
typedef uint pde_t
 

Typedef Documentation

typedef uint pde_t

Definition at line 4 of file types.h.

typedef unsigned char uchar

Definition at line 3 of file types.h.

typedef unsigned int uint

Definition at line 1 of file types.h.

typedef unsigned short ushort

Definition at line 2 of file types.h.