diff options
author | Y.C. Chen <yc_chen@aspeedtech.com> | 2010-06-22 15:17:27 +0800 |
---|---|---|
committer | Y.C. Chen <yc_chen@aspeedtech.com> | 2010-06-22 15:17:27 +0800 |
commit | 9e8d8489922d8b647b28de06045e8fddf0ffc62f (patch) | |
tree | a541ac936e888b22ee6bea20b92d93347ed0662d /src/ast_mode.h | |
parent | 59995d0619afca6e88c1be08e01bfb60903c5099 (diff) |
modified: autogen.sh
modified: configure.ac
modified: src/ast.h
modified: src/ast_2dtool.c
modified: src/ast_2dtool.h
modified: src/ast_accel.c
modified: src/ast_driver.c
modified: src/ast_mode.c
modified: src/ast_mode.h
modified: src/ast_vgatool.c
Diffstat (limited to 'src/ast_mode.h')
-rw-r--r-- | src/ast_mode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ast_mode.h b/src/ast_mode.h index 054d414..1b3cd66 100644 --- a/src/ast_mode.h +++ b/src/ast_mode.h @@ -50,6 +50,10 @@ #define VCLK162 0x0F /* #define VCLK193_25 0x10 */ #define VCLK154 0x10 +#define VCLK83_5 0x11 +#define VCLK106_5 0x12 +#define VCLK146_25 0x13 +#define VCLK148_5 0x14 /* Flags Definition */ #define Charx8Dot 0x00000001 |