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 #include <stdint.h>
4 /* Indirect include for static.c: */
5 #include <device/pci_ids.h>
6 
7 #ifndef _SOC_INTEL_COMMON_BLOCK_UART_CHIP_H_
8 #define _SOC_INTEL_COMMON_BLOCK_UART_CHIP_H_
9 
11  /* The Device ID read from config space at offset[2:4] when not hidden */
13 };
14 
15 #endif /* _SOC_INTEL_COMMON_BLOCK_UART_CHIP_H_ */
uint16_t u16
Definition: stdint.h:48