coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
acpigen_dsm.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __ACPI_ACPIGEN_DSM_H__
4 #define __ACPI_ACPIGEN_DSM_H__
5 
6 #include <stdint.h>
7 
10 };
11 
13 
14 #endif /* __ACPI_ACPIGEN_DSM_H__ */
void acpigen_write_dsm_i2c_hid(struct dsm_i2c_hid_config *config)
Definition: acpigen_dsm.c:43
enum board_config config
Definition: memory.c:448
unsigned char uint8_t
Definition: stdint.h:8
uint8_t hid_desc_reg_offset
Definition: acpigen_dsm.h:9