aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/miscdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/miscdevice.h')
-rw-r--r--include/linux/miscdevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h
index 09c2300ddb37..f7eaf2d60083 100644
--- a/include/linux/miscdevice.h
+++ b/include/linux/miscdevice.h
@@ -31,6 +31,7 @@
31#define I2O_MINOR 166 31#define I2O_MINOR 166
32#define MICROCODE_MINOR 184 32#define MICROCODE_MINOR 184
33#define TUN_MINOR 200 33#define TUN_MINOR 200
34#define CUSE_MINOR 203
34#define MWAVE_MINOR 219 /* ACP/Mwave Modem */ 35#define MWAVE_MINOR 219 /* ACP/Mwave Modem */
35#define MPT_MINOR 220 36#define MPT_MINOR 220
36#define MPT2SAS_MINOR 221 37#define MPT2SAS_MINOR 221
@@ -45,6 +46,7 @@
45#define MAPPER_CTRL_MINOR 236 46#define MAPPER_CTRL_MINOR 236
46#define LOOP_CTRL_MINOR 237 47#define LOOP_CTRL_MINOR 237
47#define VHOST_NET_MINOR 238 48#define VHOST_NET_MINOR 238
49#define UHID_MINOR 239
48#define MISC_DYNAMIC_MINOR 255 50#define MISC_DYNAMIC_MINOR 255
49 51
50struct device; 52struct device;