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

Data Fields

u16 signature
 
u32 count
 
u16 checksum
 

Detailed Description

Definition at line 28 of file boot_count.c.

Field Documentation

◆ checksum

u16 boot_count::checksum

Definition at line 31 of file boot_count.c.

Referenced by boot_count_cmos_read(), and boot_count_cmos_write().

◆ count

u32 boot_count::count

Definition at line 30 of file boot_count.c.

Referenced by boot_count_increment(), and boot_count_read().

◆ signature

u16 boot_count::signature

Definition at line 29 of file boot_count.c.

Referenced by boot_count_cmos_read(), and boot_count_increment().


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