coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
lz4_frame_header Struct Reference
Collaboration diagram for lz4_frame_header:
Collaboration graph

Data Fields

uint32_t magic
 
uint8_t flags
 
uint8_t block_descriptor
 

Detailed Description

Definition at line 79 of file lz4_wrapper.c.

Field Documentation

◆ block_descriptor

uint8_t lz4_frame_header::block_descriptor

Definition at line 82 of file lz4_wrapper.c.

Referenced by ulz4fn().

◆ flags

uint8_t lz4_frame_header::flags

Definition at line 81 of file lz4_wrapper.c.

Referenced by ulz4fn().

◆ magic

uint32_t lz4_frame_header::magic

Definition at line 80 of file lz4_wrapper.c.

Referenced by ulz4fn().


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