summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnome.org>2003-09-18 14:42:00 +0000
committerAnders Carlsson <andersca@gnome.org>2003-09-18 14:42:00 +0000
commitb889d4ba2c2e59769a3ff6fd00ee5bb395108827 (patch)
tree94899f5dcdb202b64cf39a67903d0c610ee062e1
parent85ff67670c6216a8c4368a8bd70fd0434a4e0aca (diff)
Try things out.
-rw-r--r--hw/kdrive/mga/mga.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/hw/kdrive/mga/mga.h b/hw/kdrive/mga/mga.h
new file mode 100644
index 000000000..697ed3ee2
--- /dev/null
+++ b/hw/kdrive/mga/mga.h
@@ -0,0 +1,36 @@
+/*
+ * Id: mach64.h,v 1.2 1999/11/02 08:17:24 keithp Exp $
+ *
+ * Copyright © 2003 Anders Carlsson
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of Anders Carlsson not be used in
+ * advertising or publicity pertaining to distribution of the software without
+ * specific, written prior permission. Anders Carlsson makes no
+ * representations about the suitability of this software for any purpose. It
+ * is provided "as is" without express or implied warranty.
+ *
+ * ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+ * EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ * PERFORMANCE OF THIS SOFTWARE.
+ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/mach64/mach64.h,v 1.5 2001/06/23 03:41:24 keithp Exp $ */
+
+#ifndef _MGA_H_
+#define _MGA_H_
+#include <vesa.h>
+
+typedef struct _mgaCardInfo {
+ VesaCardPrivRec vesa;
+} MgaCardInfo;
+
+typedef struct _mgaScreenInfo {
+ VesaScreenPrivRec vesa;
+} MgaScreenInfo;