Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

ip2types.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define IP2_MAX_BOARDS   4
#define IP2_PORTS_PER_BOARD   ABS_MOST_PORTS
#define IP2_MAX_PORTS   (IP2_MAX_BOARDS*IP2_PORTS_PER_BOARD)
#define ISA   0
#define PCI   1
#define EISA   2

Typedefs

typedef tty_struct * PTTY
typedef wait_queue * PWAITQ
typedef unsigned char UCHAR
typedef unsigned int UINT
typedef unsigned short USHORT
typedef unsigned long ULONG


Define Documentation

#define EISA   2
 

Definition at line 33 of file ip2types.h.

Referenced by __initfunc(), DevicePresent(), and yawn().

#define IP2_MAX_BOARDS   4
 

Definition at line 27 of file ip2types.h.

Referenced by __initfunc().

#define IP2_MAX_PORTS   (IP2_MAX_BOARDS*IP2_PORTS_PER_BOARD)
 

Definition at line 29 of file ip2types.h.

Referenced by __initfunc(), ip2_ipl_ioctl(), and ip2_read_procmem().

#define IP2_PORTS_PER_BOARD   ABS_MOST_PORTS
 

Definition at line 28 of file ip2types.h.

Referenced by __initfunc(), and get_serial_info().

#define ISA   0
 

Definition at line 31 of file ip2types.h.

Referenced by __initfunc(), and port_detect().

#define PCI   1
 

Definition at line 32 of file ip2types.h.

Referenced by __initfunc(), atyfb_set_var(), get_hw_addr(), and proc_ide_write_config().


Typedef Documentation

typedef struct tty_struct* PTTY
 

Definition at line 39 of file ip2types.h.

typedef struct wait_queue* PWAITQ
 

Definition at line 40 of file ip2types.h.

typedef unsigned char UCHAR
 

Definition at line 42 of file ip2types.h.

typedef unsigned int UINT
 

Definition at line 43 of file ip2types.h.

typedef unsigned long ULONG
 

Definition at line 45 of file ip2types.h.

typedef unsigned short USHORT
 

Definition at line 44 of file ip2types.h.