summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-04-03 10:01:53 +0100
committerDave Airlie <airlied@redhat.com>2012-04-03 10:01:53 +0100
commit7a455573ff292819be90e086fbc1198d05a04910 (patch)
tree35a8f026ab044403aefa1831522a389196e2f210 /src/ast.h
parentaba57046a9a38698a718629f0fde9d9a8dcc9012 (diff)
Revert "xf86-video-ast-ast 0.95.00"
This reverts commit 6f0b593c273979bc4a83e845e037ab35d4565b72.
Diffstat (limited to 'src/ast.h')
-rw-r--r--[-rwxr-xr-x]src/ast.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ast.h b/src/ast.h
index 910862e..7ceee31 100755..100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -88,18 +88,8 @@ typedef CARD32 ULONG;
/* Data Structure Definition */
typedef struct _ASTRegRec {
-
UCHAR ExtCRTC[0x50];
-
- UCHAR MISC;
- UCHAR SEQ[4];
- UCHAR CRTC[25];
- UCHAR AR[20];
- UCHAR GR[9];
- UCHAR DAC[256][3];
-
ULONG GFX[12];
-
} ASTRegRec, *ASTRegPtr;
typedef struct _VIDEOMODE {