coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
omap_image_headers Struct Reference

#include <header.h>

Collaboration diagram for omap_image_headers:
Collaboration graph

Data Fields

union {
   struct config_headers   config_headers
 
   uint8_t   bytes [512]
 
}; 
 
struct gp_device_header image_header
 

Detailed Description

Definition at line 59 of file header.h.

Field Documentation

◆ 

union { ... }

◆ bytes

uint8_t omap_image_headers::bytes[512]

Definition at line 62 of file header.h.

◆ config_headers

struct config_headers omap_image_headers::config_headers

Definition at line 47 of file header.h.

◆ image_header

struct gp_device_header omap_image_headers::image_header

Definition at line 47 of file header.h.


The documentation for this struct was generated from the following file: