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

Go to the source code of this file.

Data Structures

struct  fmap_area
 
struct  fmap
 

Macros

#define FMAP_SIGNATURE   "__FMAP__"
 
#define FMAP_VER_MAJOR   1 /* this header's FMAP minor version */
 
#define FMAP_VER_MINOR   1 /* this header's FMAP minor version */
 
#define FMAP_STRLEN   32 /* maximum length for strings, */
 

Enumerations

enum  fmap_flags { FMAP_AREA_STATIC = 1 << 0 , FMAP_AREA_COMPRESSED = 1 << 1 , FMAP_AREA_RO = 1 << 2 , FMAP_AREA_PRESERVE = 1 << 3 }
 

Variables

struct fmap_area __packed
 

Macro Definition Documentation

◆ FMAP_SIGNATURE

#define FMAP_SIGNATURE   "__FMAP__"

Definition at line 8 of file fmap_serialized.h.

◆ FMAP_STRLEN

#define FMAP_STRLEN   32 /* maximum length for strings, */

Definition at line 11 of file fmap_serialized.h.

◆ FMAP_VER_MAJOR

#define FMAP_VER_MAJOR   1 /* this header's FMAP minor version */

Definition at line 9 of file fmap_serialized.h.

◆ FMAP_VER_MINOR

#define FMAP_VER_MINOR   1 /* this header's FMAP minor version */

Definition at line 10 of file fmap_serialized.h.

Enumeration Type Documentation

◆ fmap_flags

enum fmap_flags
Enumerator
FMAP_AREA_STATIC 
FMAP_AREA_COMPRESSED 
FMAP_AREA_RO 
FMAP_AREA_PRESERVE 

Definition at line 14 of file fmap_serialized.h.

Variable Documentation

◆ __packed

struct fmap __packed