Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations | Functions | Variables
irq.h File Reference

Go to the source code of this file.

Macros

#define NR_CPU_IRQS   GxICR_NUM_IRQS
 

Enumerations

enum  {
  FPGA_LAN_IRQ = NR_CPU_IRQS, FPGA_UART_IRQ, FPGA_I2C_IRQ, FPGA_USB_IRQ,
  FPGA_RESERVED_IRQ, FPGA_FPGA_IRQ, NR_IRQS
}
 

Functions

void __init irq_fpga_init (void)
 

Variables

enum { ... }  __attribute__
 

Macro Definition Documentation

#define NR_CPU_IRQS   GxICR_NUM_IRQS

Definition at line 19 of file irq.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
FPGA_LAN_IRQ 
FPGA_UART_IRQ 
FPGA_I2C_IRQ 
FPGA_USB_IRQ 
FPGA_RESERVED_IRQ 
FPGA_FPGA_IRQ 
NR_IRQS 

Definition at line 22 of file irq.h.

Function Documentation

void __init irq_fpga_init ( void  )

Definition at line 87 of file irq-fpga.c.

Variable Documentation

enum { ... } __attribute__