#include <nitro/card.h>
static inline BOOL CARD_IsBackupEeprom(void);
This function determines whether the backup device that is specified by the CARD_IdentifyBackup function is an EEPROM.
None.
Returns a value of TRUE if the specified backup device is an EEPROM. Otherwise a value of FALSE is returned.
CARD_IdentifyBackup,
CARD_ReadEeprom,
CARD_WriteEeprom
08/18/2004 Changed "nitro/fs.h" to "nitro/card.h"
07/05/2004 Initial Version