Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs
act2000.h File Reference
#include <linux/compiler.h>

Go to the source code of this file.

Data Structures

struct  act2000_cdef
 
struct  act2000_ddef
 
struct  act2000_fwid
 

Macros

#define ACT2000_IOCTL_SETPORT   1
 
#define ACT2000_IOCTL_GETPORT   2
 
#define ACT2000_IOCTL_SETIRQ   3
 
#define ACT2000_IOCTL_GETIRQ   4
 
#define ACT2000_IOCTL_SETBUS   5
 
#define ACT2000_IOCTL_GETBUS   6
 
#define ACT2000_IOCTL_SETPROTO   7
 
#define ACT2000_IOCTL_GETPROTO   8
 
#define ACT2000_IOCTL_SETMSN   9
 
#define ACT2000_IOCTL_GETMSN   10
 
#define ACT2000_IOCTL_LOADBOOT   11
 
#define ACT2000_IOCTL_ADDCARD   12
 
#define ACT2000_IOCTL_TEST   98
 
#define ACT2000_IOCTL_DEBUGVAR   99
 
#define ACT2000_BUS_ISA   1
 
#define ACT2000_BUS_MCA   2
 
#define ACT2000_BUS_PCMCIA   3
 

Typedefs

typedef struct act2000_cdef act2000_cdef
 
typedef struct act2000_ddef act2000_ddef
 
typedef struct act2000_fwid act2000_fwid
 

Macro Definition Documentation

#define ACT2000_BUS_ISA   1

Definition at line 36 of file act2000.h.

#define ACT2000_BUS_MCA   2

Definition at line 37 of file act2000.h.

#define ACT2000_BUS_PCMCIA   3

Definition at line 38 of file act2000.h.

#define ACT2000_IOCTL_ADDCARD   12

Definition at line 31 of file act2000.h.

#define ACT2000_IOCTL_DEBUGVAR   99

Definition at line 34 of file act2000.h.

#define ACT2000_IOCTL_GETBUS   6

Definition at line 25 of file act2000.h.

#define ACT2000_IOCTL_GETIRQ   4

Definition at line 23 of file act2000.h.

#define ACT2000_IOCTL_GETMSN   10

Definition at line 29 of file act2000.h.

#define ACT2000_IOCTL_GETPORT   2

Definition at line 21 of file act2000.h.

#define ACT2000_IOCTL_GETPROTO   8

Definition at line 27 of file act2000.h.

#define ACT2000_IOCTL_LOADBOOT   11

Definition at line 30 of file act2000.h.

#define ACT2000_IOCTL_SETBUS   5

Definition at line 24 of file act2000.h.

#define ACT2000_IOCTL_SETIRQ   3

Definition at line 22 of file act2000.h.

#define ACT2000_IOCTL_SETMSN   9

Definition at line 28 of file act2000.h.

#define ACT2000_IOCTL_SETPORT   1

Definition at line 20 of file act2000.h.

#define ACT2000_IOCTL_SETPROTO   7

Definition at line 26 of file act2000.h.

#define ACT2000_IOCTL_TEST   98

Definition at line 33 of file act2000.h.

Typedef Documentation