coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
types.h File Reference
#include <stdint.h>
Include dependency graph for types.h:
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 signed int sint
 
typedef u16 X86EMU_pioAddr
 

Typedef Documentation

◆ sint

typedef signed int sint

Definition at line 45 of file types.h.

◆ uint

typedef unsigned int uint

Definition at line 44 of file types.h.

◆ X86EMU_pioAddr

Definition at line 46 of file types.h.