diff options
author | Y.C. Chen <yc_chen@aspeedtech.com> | 2012-04-03 18:00:50 +0800 |
---|---|---|
committer | Y.C. Chen <yc_chen@aspeedtech.com> | 2012-04-03 18:00:50 +0800 |
commit | dc971ee25afb462f871ba1fb93f3bc996540ef51 (patch) | |
tree | 19d2546af7fcf931c220ada9aae034f2cbd89075 /src/ast_mode.h | |
parent | 7a455573ff292819be90e086fbc1198d05a04910 (diff) |
fix segmentation fault issue if enable XEN
Diffstat (limited to 'src/ast_mode.h')
-rw-r--r-- | src/ast_mode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ast_mode.h b/src/ast_mode.h index aae1492..04e4962 100644 --- a/src/ast_mode.h +++ b/src/ast_mode.h @@ -54,6 +54,9 @@ #define VCLK106_5 0x12 #define VCLK146_25 0x13 #define VCLK148_5 0x14 +#define VCLK71 0x15 +#define VCLK88_75 0x16 +#define VCLK119 0x17 /* Flags Definition */ #define Charx8Dot 0x00000001 |