FreeCalypso > hg > freecalypso-tools
comparison rvinterf/include/tmffs1.h @ 0:e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 11 Jun 2016 00:13:35 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:e7502631a0f9 |
|---|---|
| 1 /****************************************************************************** | |
| 2 * FFS1 Protocol Indentifiers | |
| 3 ******************************************************************************/ | |
| 4 | |
| 5 enum FFS1_PROTOCOL_IDENTIFIERS { | |
| 6 FPI_END = 0, /* end */ | |
| 7 FPI_BEGIN, /* begin */ | |
| 8 FPI_TMFFS_VERSION, /* tmffs_version */ | |
| 9 | |
| 10 FPI_PREFORMAT, /* preformat */ | |
| 11 FPI_FORMAT, /* format */ | |
| 12 | |
| 13 FPI_FCREATE, /* fcreate */ | |
| 14 FPI_FUPDATE, /* fupdate */ | |
| 15 FPI_FWRITE, /* fwrite */ | |
| 16 FPI_FREAD, /* fread */ | |
| 17 FPI_REMOVE, /* remove */ | |
| 18 | |
| 19 FPI_MKDIR, /* mkdir */ | |
| 20 FPI_OPENDIR, /* opendir */ | |
| 21 FPI_READDIR, /* readdir */ | |
| 22 | |
| 23 FPI_STAT, /* stat */ | |
| 24 FPI_LINKSTAT, /* linkstat */ | |
| 25 | |
| 26 FPI_SYMLINK, /* symlink */ | |
| 27 FPI_READLINK, /* readlink */ | |
| 28 | |
| 29 FPI_QUERY, /* query */ | |
| 30 FPI_FCONTROL, /* fcontrol */ | |
| 31 | |
| 32 FPI_INIT, /* init */ | |
| 33 FPI_EXIT, /* exit */ | |
| 34 | |
| 35 FPI_PCM_GETFILEINFO, /* getfileinfo */ | |
| 36 FPI_PCM_READFILE, /* readfile */ | |
| 37 FPI_PCM_WRITEFILE, /* writefile */ | |
| 38 FPI_PCM_READRECORD, /* readrecord */ | |
| 39 FPI_PCM_WRITERECORD, /* writerecord */ | |
| 40 | |
| 41 FPI_BUFREAD, /* buf_read */ | |
| 42 FPI_BUFWRITE, /* buf_write */ | |
| 43 FPI_BUFSET, /* buf_set */ | |
| 44 | |
| 45 FPI_UINT8, /* UINT8 */ | |
| 46 FPI_UINT16, /* UINT16 */ | |
| 47 FPI_UINT32, /* UINT32 */ | |
| 48 FPI_INT8, /* INT8 */ | |
| 49 FPI_INT16, /* INT16 */ | |
| 50 FPI_INT32, /* INT32 */ | |
| 51 FPI_BUFFER, /* BUFFER */ | |
| 52 FPI_DATA, /* DATA */ | |
| 53 FPI_STRBUF, /* STRBUF */ | |
| 54 FPI_STRING, /* STRING */ | |
| 55 | |
| 56 FPI_TFFS /* TFFS */ | |
| 57 | |
| 58 }; |
