x86: Make u-boot-x86.h a private header
[oweals/u-boot.git] / arch / x86 / include / asm / irq.h
index 5b9e6737634e69ed3044fb037306b331eabf297c..ddb529e5813bb5830412fd97bd62621d899170be 100644 (file)
@@ -34,6 +34,8 @@ enum pirq_config {
  *             IRQ N is available to be routed
  * @lb_bdf:    irq router's PCI bus/device/function number encoding
  * @ibase:     IBASE register block base address
+ * @actl_8bit: ACTL register width is 8-bit (for ICH series chipset)
+ * @actl_addr: ACTL register offset
  */
 struct irq_router {
        int config;
@@ -41,6 +43,8 @@ struct irq_router {
        u16 irq_mask;
        u32 bdf;
        u32 ibase;
+       bool actl_8bit;
+       int actl_addr;
 };
 
 struct pirq_routing {