pirq_routing.h File Reference

#include <stdint.h>

Include dependency graph for pirq_routing.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 Documentation

#define copy_pirq_routing_table ( start   )     (start)

Definition at line 52 of file pirq_routing.h.

Referenced by write_pirq_routing_table().

#define IRQ_SLOTS_COUNT   1

Definition at line 22 of file pirq_routing.h.

#define PIRQ_SIGNATURE   (('$' << 0) + ('P' << 8) + ('I' << 16) + ('R' << 24))

Definition at line 6 of file pirq_routing.h.

Referenced by write_pirq_routing_table().

#define PIRQ_VERSION   0x0100

Definition at line 7 of file pirq_routing.h.

Referenced by write_pirq_routing_table().

#define write_pirq_routing_table ( start   )     (start)

Definition at line 53 of file pirq_routing.h.

Referenced by write_tables().


Variable Documentation

Routing description.

Documentation at: http://www.microsoft.com/whdc/archive/pciirq.mspx

Definition at line 23 of file irq_tables.c.

Referenced by main().


Generated on Wed Jan 7 14:15:22 2009 for coreboot by  doxygen 1.5.5