summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorY.C. Chen <yc_chen@aspeedtech.com>2013-08-07 13:39:29 +0800
committerY.C. Chen <yc_chen@aspeedtech.com>2013-08-07 13:39:29 +0800
commit2e57123b7c68868d0b1fe1d591f6236a23c4f3aa (patch)
tree8962482d34a9ff439e8cc15c6407122883b65895 /src/ast.h
parent9ab60c6383055569874cff7f8c19973ef78bf0f9 (diff)
Fixed Display Abnormal Issue with GOP Driver
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index 294801e..a5af6d8 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -106,6 +106,8 @@ typedef struct _ASTRegRec {
ULONG GFX[12];
+ UCHAR REGA4;
+ ULONG ENG8044;
} ASTRegRec, *ASTRegPtr;
typedef struct _VIDEOMODE {