summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/ng1.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/ng1.h')
-rw-r--r--include/asm-mips/ng1.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/include/asm-mips/ng1.h b/include/asm-mips/ng1.h
new file mode 100644
index 000000000..e7f3b6e02
--- /dev/null
+++ b/include/asm-mips/ng1.h
@@ -0,0 +1,26 @@
+/*
+ * SGI/Newport video card ioctl definitions
+ *
+ */
+
+typedef struct {
+ int flags;
+ u16 w, h;
+ u16 fields_sec;
+} ng1_vof_info_t;
+
+struct ng1_info {
+ struct gfx_info gfx_info;
+ u8 boardrev;
+ u8 rex3rev;
+ u8 vc2rev;
+ u8 monitortype;
+ u8 videoinstalled;
+ u8 mcrev;
+ u8 bitplanes;
+ u8 xmap9rev;
+ u8 cmaprev;
+ ng1_vof_info_t ng1_vof_info;
+ u8 bt445rev;
+ u8 paneltype;
+};