Mercurial > flash_v2
diff packages/io/common/current/include/config_keys.h @ 1476:f2453fae08d4
Added support for FAT filesystem. Several packages, see the individual
ChangeLogs for details.
| author | nickg |
|---|---|
| date | Mon, 19 Jan 2004 14:35:01 +0000 |
| parents | 5e52f3febc7d |
| children |
line wrap: on
line diff
--- a/packages/io/common/current/include/config_keys.h +++ b/packages/io/common/current/include/config_keys.h @@ -123,6 +123,11 @@ #define CYG_IO_SET_CONFIG_FLASH_FIS_NAME 0x680 +// ======== 0x700 DISK ======================================================= +// Get/Set configuration 'key' values for DISK I/O + +#define CYG_IO_GET_CONFIG_DISK_INFO 0x700 + // ======== 0x1000 Generic =================================================== // Get/Set configuration 'key' values that can apply to more than one // class of device.
