coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __DRIVERS_I2C_HID_CHIP_H__
4 #define __DRIVERS_I2C_HID_CHIP_H__
5 
7 
8 #define I2C_HID_CID "PNP0C50"
9 
13 };
14 
15 #endif /* __I2C_HID_CHIP_H__ */
unsigned char uint8_t
Definition: stdint.h:8
uint8_t hid_desc_reg_offset
Definition: chip.h:12
struct drivers_i2c_generic_config generic
Definition: chip.h:11