Go to the documentation of this file.
14 #ifndef _UIO_DRIVER_H_
15 #define _UIO_DRIVER_H_
44 #define MAX_UIO_MAPS 5
64 #define MAX_UIO_PORT_REGIONS 5
106 #define uio_register_device(parent, info) \
107 __uio_register_device(THIS_MODULE, parent, info)
113 #define UIO_IRQ_CUSTOM -1
114 #define UIO_IRQ_NONE 0
117 #define UIO_MEM_NONE 0
118 #define UIO_MEM_PHYS 1
119 #define UIO_MEM_LOGICAL 2
120 #define UIO_MEM_VIRTUAL 3
123 #define UIO_PORT_NONE 0
124 #define UIO_PORT_X86 1
125 #define UIO_PORT_GPIO 2
126 #define UIO_PORT_OTHER 3