Changeset cb682eb in mainline for uspace/srv/fs/fat/fat.h


Ignore:
Timestamp:
2008-10-27T12:45:08Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0ec862d
Parents:
e17d986
Message:

Pass the buffer holding the boot sector to the internal functions so that it
doesn't have to be block_get()'ed in each function. The idea is that the boot
block should be read by the top-level functions in fat_ops.c and passed down the
call chain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat.h

    re17d986 rcb682eb  
    5151#define BS_SIZE                 512
    5252
    53 typedef struct {
     53typedef struct fat_bs {
    5454        uint8_t         ji[3];          /**< Jump instruction. */
    5555        uint8_t         oem_name[8];
Note: See TracChangeset for help on using the changeset viewer.