coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pei_wrapper.h File Reference
#include <types.h>
Include dependency graph for pei_wrapper.h:

Go to the source code of this file.

Data Structures

struct  pei_data
 

Macros

#define PEI_VERSION   22
 
#define ABI_X86   __attribute__((regparm(0)))
 

Typedefs

typedef void ABI_X86(* tx_byte_func) (unsigned char byte)
 

Variables

struct pei_data __packed
 

Macro Definition Documentation

◆ ABI_X86

#define ABI_X86   __attribute__((regparm(0)))

Definition at line 10 of file pei_wrapper.h.

◆ PEI_VERSION

#define PEI_VERSION   22

Definition at line 8 of file pei_wrapper.h.

Typedef Documentation

◆ tx_byte_func

typedef void ABI_X86(* tx_byte_func) (unsigned char byte)

Definition at line 12 of file pei_wrapper.h.

Variable Documentation

◆ __packed