From: Mike Ryan Date: Fri, 5 Aug 2011 07:07:38 +0000 (-0700) Subject: enumerate save types X-Git-Url: http://lacklustre.net/gitweb/?p=fat64;a=commitdiff_plain;h=56adc960300d75940d41ead9a6d99f066ec129b2 enumerate save types thanks arbin --- 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__ */