From b889d4ba2c2e59769a3ff6fd00ee5bb395108827 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Thu, 18 Sep 2003 14:42:00 +0000 Subject: [PATCH] Try things out. --- hw/kdrive/mga/mga.h | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 hw/kdrive/mga/mga.h 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 + +typedef struct _mgaCardInfo { + VesaCardPrivRec vesa; +} MgaCardInfo; + +typedef struct _mgaScreenInfo { + VesaScreenPrivRec vesa; +} MgaScreenInfo;