diff options
Diffstat (limited to 'src/ast.h')
-rw-r--r-- | src/ast.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -50,7 +50,8 @@ typedef enum _CHIP_ID { AST2100, AST1100, AST2200, - AST2150 + AST2150, + AST2300 } CHIP_ID; /* AST REC Info */ |