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 I82801DX_CHIP_H
4 #define I82801DX_CHIP_H
5 
6 #include <stdint.h>
7 
9  int enable_usb;
11  /**
12  * Interrupt Routing configuration
13  * If bit7 is 1, the interrupt is disabled.
14  */
23 
26 };
27 
28 #endif /* I82801DX_CHIP_H */
unsigned char uint8_t
Definition: stdint.h:8
uint8_t pirqa_routing
Interrupt Routing configuration If bit7 is 1, the interrupt is disabled.
Definition: chip.h:15