coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ec_message.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  {
  MSG_HEADER = 0xec , MSG_HEADER_BYTES = 3 , MSG_TRAILER_BYTES = 2 , MSG_PROTO_BYTES = MSG_HEADER_BYTES + MSG_TRAILER_BYTES ,
  MSG_BYTES = EC_HOST_PARAM_SIZE + MSG_PROTO_BYTES
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MSG_HEADER 
MSG_HEADER_BYTES 
MSG_TRAILER_BYTES 
MSG_PROTO_BYTES 
MSG_BYTES 

Definition at line 14 of file ec_message.h.