From 56adc960300d75940d41ead9a6d99f066ec129b2 Mon Sep 17 00:00:00 2001 From: Mike Ryan Date: Fri, 5 Aug 2011 00:07:38 -0700 Subject: [PATCH] enumerate save types thanks arbin --- ci.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ci.h b/ci.h index 7d00fd0..cf6067e 100644 --- a/ci.h +++ b/ci.h @@ -21,4 +21,12 @@ #define CI_CMD_DISABLE_SDRAM_WR 0xf1 #define CI_CMD_SET_CYCLETIME 0xfd +#define CI_SAVE_NONE 0 +#define CI_SAVE_EEPROM_4K 1 +#define CI_SAVE_EEPROM_16K 2 +#define CI_SAVE_SRAM_256K 3 +#define CI_SAVE_FLASHRAM_1M 4 +#define CI_SAVE_FLASHRAM_PKMN 5 +#define CI_SAVE_SRAM_768K 6 + #endif /* __CI_H__ */ -- 1.7.10.4