]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/diskio.h
Don't expose mmc status flag 'STAT_FAST'. (Module private implemantation detail)
[z180-stamp.git] / include / diskio.h
index f7a764ca765402174f8f872e446327c8b3629cd8..fee87a536438b4fb057de1647e200d447ed964e6 100644 (file)
@@ -46,6 +46,7 @@ void disk_timerproc (void);
 #define STA_NODISK             0x02    /* No medium in the drive */
 #define STA_PROTECT            0x04    /* Write protected */
 #define STA_FAST               0x08    /* Fast SPI clock */
+#define STAT_MASK              (STA_NOINIT | STA_NODISK | STA_PROTECT)
 
 
 /* Command code for disk_ioctrl() */