#ifndef AST_TABLES_H
#define AST_TABLES_H
#define TextModeIndex …
#define EGAModeIndex …
#define VGAModeIndex …
#define HiCModeIndex …
#define TrueCModeIndex …
#define Charx8Dot …
#define HalfDCLK …
#define DoubleScanMode …
#define LineCompareOff …
#define HBorder …
#define VBorder …
#define WideScreenMode …
#define NewModeInfo …
#define NHSync …
#define PHSync …
#define NVSync …
#define PVSync …
#define SyncPP …
#define SyncPN …
#define SyncNP …
#define SyncNN …
#define AST2500PreCatchCRT …
#define VCLK25_175 …
#define VCLK28_322 …
#define VCLK31_5 …
#define VCLK36 …
#define VCLK40 …
#define VCLK49_5 …
#define VCLK50 …
#define VCLK56_25 …
#define VCLK65 …
#define VCLK75 …
#define VCLK78_75 …
#define VCLK94_5 …
#define VCLK108 …
#define VCLK135 …
#define VCLK157_5 …
#define VCLK162 …
#define VCLK154 …
#define VCLK83_5 …
#define VCLK106_5 …
#define VCLK146_25 …
#define VCLK148_5 …
#define VCLK71 …
#define VCLK88_75 …
#define VCLK119 …
#define VCLK85_5 …
#define VCLK97_75 …
#define VCLK118_25 …
static const struct ast_vbios_dclk_info dclk_table[] = …;
static const struct ast_vbios_dclk_info dclk_table_ast2500[] = …;
static const struct ast_vbios_stdtable vbios_stdtable[] = …;
static const struct ast_vbios_enhtable res_640x480[] = …;
static const struct ast_vbios_enhtable res_800x600[] = …;
static const struct ast_vbios_enhtable res_1024x768[] = …;
static const struct ast_vbios_enhtable res_1280x1024[] = …;
static const struct ast_vbios_enhtable res_1600x1200[] = …;
static const struct ast_vbios_enhtable res_1152x864[] = …;
static const struct ast_vbios_enhtable res_1360x768[] = …;
static const struct ast_vbios_enhtable res_1600x900[] = …;
static const struct ast_vbios_enhtable res_1920x1080[] = …;
static const struct ast_vbios_enhtable res_1280x800[] = …;
static const struct ast_vbios_enhtable res_1440x900[] = …;
static const struct ast_vbios_enhtable res_1680x1050[] = …;
static const struct ast_vbios_enhtable res_1920x1200[] = …;
#endif