aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/uio_driver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/uio_driver.h b/include/linux/uio_driver.h
index cf65e964102b..cdf338d94b7f 100644
--- a/include/linux/uio_driver.h
+++ b/include/linux/uio_driver.h
@@ -36,7 +36,7 @@ struct uio_mem {
36 struct uio_map *map; 36 struct uio_map *map;
37}; 37};
38 38
39#define MAX_UIO_MAPS 5 39#define MAX_UIO_MAPS 5
40 40
41struct uio_device; 41struct uio_device;
42 42
@@ -82,11 +82,11 @@ static inline int __must_check
82extern void uio_unregister_device(struct uio_info *info); 82extern void uio_unregister_device(struct uio_info *info);
83extern void uio_event_notify(struct uio_info *info); 83extern void uio_event_notify(struct uio_info *info);
84 84
85/* defines for uio_device->irq */ 85/* defines for uio_info->irq */
86#define UIO_IRQ_CUSTOM -1 86#define UIO_IRQ_CUSTOM -1
87#define UIO_IRQ_NONE -2 87#define UIO_IRQ_NONE -2
88 88
89/* defines for uio_device->memtype */ 89/* defines for uio_mem->memtype */
90#define UIO_MEM_NONE 0 90#define UIO_MEM_NONE 0
91#define UIO_MEM_PHYS 1 91#define UIO_MEM_PHYS 1
92#define UIO_MEM_LOGICAL 2 92#define UIO_MEM_LOGICAL 2