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

#include <me.h>

Collaboration diagram for mei_header::__packed:
Collaboration graph

Data Fields

u32 client_address: 8
 
u32 host_address: 8
 
u32 length: 9
 
u32 reserved: 6
 
u32 is_complete: 1
 

Detailed Description

Definition at line 250 of file me.h.

Field Documentation

◆ client_address

u32 mei_header::__packed::client_address

Definition at line 251 of file me.h.

◆ host_address

u32 mei_header::__packed::host_address

Definition at line 252 of file me.h.

◆ is_complete

u32 mei_header::__packed::is_complete

Definition at line 255 of file me.h.

◆ length

u32 mei_header::__packed::length

Definition at line 253 of file me.h.

◆ reserved

u32 mei_header::__packed::reserved

Definition at line 254 of file me.h.


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