xv6-simplified 0.1
简化版xv6
Loading...
Searching...
No Matches
Typedefs
types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned int uint
 
typedef unsigned short ushort
 
typedef unsigned char uchar
 
typedef unsigned char uint8
 
typedef unsigned short uint16
 
typedef unsigned int uint32
 
typedef unsigned long uint64
 
typedef uint64 pde_t
 

Typedef Documentation

◆ pde_t

typedef uint64 pde_t

◆ uchar

typedef unsigned char uchar

◆ uint

typedef unsigned int uint

◆ uint16

typedef unsigned short uint16

◆ uint32

typedef unsigned int uint32

◆ uint64

typedef unsigned long uint64

◆ uint8

typedef unsigned char uint8

◆ ushort

typedef unsigned short ushort