diff options
Diffstat (limited to 'include/linux/miscdevice.h')
| -rw-r--r-- | include/linux/miscdevice.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index 3737f7218f51..51e26f3cd3b3 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h | |||
| @@ -11,23 +11,24 @@ | |||
| 11 | */ | 11 | */ |
| 12 | 12 | ||
| 13 | #define PSMOUSE_MINOR 1 | 13 | #define PSMOUSE_MINOR 1 |
| 14 | #define MS_BUSMOUSE_MINOR 2 | 14 | #define MS_BUSMOUSE_MINOR 2 /* unused */ |
| 15 | #define ATIXL_BUSMOUSE_MINOR 3 | 15 | #define ATIXL_BUSMOUSE_MINOR 3 /* unused */ |
| 16 | /*#define AMIGAMOUSE_MINOR 4 FIXME OBSOLETE */ | 16 | /*#define AMIGAMOUSE_MINOR 4 FIXME OBSOLETE */ |
| 17 | #define ATARIMOUSE_MINOR 5 | 17 | #define ATARIMOUSE_MINOR 5 /* unused */ |
| 18 | #define SUN_MOUSE_MINOR 6 | 18 | #define SUN_MOUSE_MINOR 6 /* unused */ |
| 19 | #define APOLLO_MOUSE_MINOR 7 | 19 | #define APOLLO_MOUSE_MINOR 7 /* unused */ |
| 20 | #define PC110PAD_MINOR 9 | 20 | #define PC110PAD_MINOR 9 /* unused */ |
| 21 | /*#define ADB_MOUSE_MINOR 10 FIXME OBSOLETE */ | 21 | /*#define ADB_MOUSE_MINOR 10 FIXME OBSOLETE */ |
| 22 | #define WATCHDOG_MINOR 130 /* Watchdog timer */ | 22 | #define WATCHDOG_MINOR 130 /* Watchdog timer */ |
| 23 | #define TEMP_MINOR 131 /* Temperature Sensor */ | 23 | #define TEMP_MINOR 131 /* Temperature Sensor */ |
| 24 | #define RTC_MINOR 135 | 24 | #define RTC_MINOR 135 |
| 25 | #define EFI_RTC_MINOR 136 /* EFI Time services */ | 25 | #define EFI_RTC_MINOR 136 /* EFI Time services */ |
| 26 | #define VHCI_MINOR 137 | ||
| 26 | #define SUN_OPENPROM_MINOR 139 | 27 | #define SUN_OPENPROM_MINOR 139 |
| 27 | #define DMAPI_MINOR 140 /* DMAPI */ | 28 | #define DMAPI_MINOR 140 /* unused */ |
| 28 | #define NVRAM_MINOR 144 | 29 | #define NVRAM_MINOR 144 |
| 29 | #define SGI_MMTIMER 153 | 30 | #define SGI_MMTIMER 153 |
| 30 | #define STORE_QUEUE_MINOR 155 | 31 | #define STORE_QUEUE_MINOR 155 /* unused */ |
| 31 | #define I2O_MINOR 166 | 32 | #define I2O_MINOR 166 |
| 32 | #define MICROCODE_MINOR 184 | 33 | #define MICROCODE_MINOR 184 |
| 33 | #define VFIO_MINOR 196 | 34 | #define VFIO_MINOR 196 |
