#include <stdint.h>

Go to the source code of this file.
Data Structures | |
| struct | irq_info |
| struct | irq_routing_table |
Defines | |
| #define | PIRQ_SIGNATURE (('$' << 0) + ('P' << 8) + ('I' << 16) + ('R' << 24)) |
| #define | PIRQ_VERSION 0x0100 |
| #define | IRQ_SLOTS_COUNT 1 |
| #define | copy_pirq_routing_table(start) (start) |
| #define | write_pirq_routing_table(start) (start) |
Variables | |
| struct irq_info | packed |
| struct irq_routing_table | intel_irq_routing_table |
| Routing description. | |
| #define copy_pirq_routing_table | ( | start | ) | (start) |
| #define IRQ_SLOTS_COUNT 1 |
Definition at line 22 of file pirq_routing.h.
| #define PIRQ_SIGNATURE (('$' << 0) + ('P' << 8) + ('I' << 16) + ('R' << 24)) |
| #define PIRQ_VERSION 0x0100 |
| #define write_pirq_routing_table | ( | start | ) | (start) |
Routing description.
Documentation at: http://www.microsoft.com/whdc/archive/pciirq.mspx
Definition at line 23 of file irq_tables.c.
Referenced by main().
| struct irq_routing_table packed |
1.5.5