aboutsummaryrefslogtreecommitdiff
path: root/fatfs/fat.h
Commit message (Collapse)AuthorAgeFilesLines
* fix common misspellingsJonathan Neuschäfer2011-08-201-1/+1
| | | | | | * Fix spelling with codespell[1] and manually review it. [1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
* 2003-08-09 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2003-08-091-0/+1
| | | | * fat.h: Include <byteswap.h>.
* 2003-08-09 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2003-08-091-14/+9
| | | | | | | | * fat.h (read_dword) [BYTE_ORDER == BIG_ENDIAN]: Use bswap_32 to swap bytes. (write_dword) [BYTE_ORDER == BIG_ENDIAN]: Likewise. (read_word) [BYTE_ORDER == BIG_ENDIAN]: Use bswap_16 to swap bytes. (write_word) [BYTE_ORDER == BIG_ENDIAN]: Likewise.
* Initial check-in.Marcus Brinkmann2002-12-031-0/+403