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

Go to the source code of this file.

Data Structures

struct  rmodule_header
 

Macros

#define RMODULE_MAGIC   0xf8fe
 
#define RMODULE_VERSION_1   1
 

Variables

struct rmodule_header __packed
 

Macro Definition Documentation

◆ RMODULE_MAGIC

#define RMODULE_MAGIC   0xf8fe

Definition at line 8 of file rmodule-defs.h.

◆ RMODULE_VERSION_1

#define RMODULE_VERSION_1   1

Definition at line 9 of file rmodule-defs.h.

Variable Documentation

◆ __packed