diff options
author | Y.C. Chen <yc_chen@aspeedtech.com> | 2014-03-19 09:12:26 +0800 |
---|---|---|
committer | Y.C. Chen <yc_chen@aspeedtech.com> | 2014-03-19 09:12:26 +0800 |
commit | b308902b4a14de08e6d7077c70060a15e87b4fd8 (patch) | |
tree | d2bbf6a7b3e0681b894b8d25b8a49be1e48cd5fe /src/ast.h | |
parent | f4fa79c12c14854d786dc0427f5a40061e006495 (diff) |
Support AST2400
Diffstat (limited to 'src/ast.h')
-rw-r--r-- | src/ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ typedef enum _CHIP_ID { AST2200, AST2150, AST2300, + AST2400, AST1180 } CHIP_ID; |