coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pei_data.h File Reference
#include <stdint.h>
Include dependency graph for pei_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  pch_usb3_controller_settings
 
struct  pei_data
 

Macros

#define PEI_VERSION   6
 

Typedefs

typedef void(* tx_byte_func) (unsigned char byte)
 

Variables

struct pei_data __packed
 

Macro Definition Documentation

◆ PEI_VERSION

#define PEI_VERSION   6

Definition at line 17 of file pei_data.h.

Typedef Documentation

◆ tx_byte_func

typedef void(* tx_byte_func) (unsigned char byte)

Definition at line 16 of file pei_data.h.

Variable Documentation

◆ __packed