diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1997-07-02 06:26:51 +0000 |
---|---|---|
committer | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1997-07-02 06:26:51 +0000 |
commit | 6523f1a4aea31cc4823f5b80da3f18d407a7a19d (patch) | |
tree | fc4eb49a1b9312988e9adef58d436f2a0e11ea7b /include/linux/miscdevice.h | |
parent | aa2e5b3c38f27ee5efda70e68be0ccff9c334f9b (diff) |
New CONFIG_SGI_GRAPHICS turns on the new devices.
And remaining files from previous commit.
Diffstat (limited to 'include/linux/miscdevice.h')
-rw-r--r-- | include/linux/miscdevice.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index a67bc9f7e..471caa0b7 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h @@ -12,6 +12,10 @@ #define SUN_OPENPROM_MINOR 139 #define MISC_DYNAMIC_MINOR 255 +#define SGI_GRAPHICS_MINOR 20 +#define SGI_OPENGL_MINOR 21 +#define SGI_GFX_MINOR 22 + extern int misc_init(void); struct miscdevice |