BOOTLOADER
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
bootloader
inc
filesystem.h
Go to the documentation of this file.
1
#ifndef FILE_SYSTEM_H
2
#define FILE_SYSTEM_H
3
4
typedef
struct
{
5
INT8U
State
;
6
INT8U
InUse
;
7
INT16U
Id
;
8
INT16U
UserId
;
9
}
FILESYSTEM_CONTROL
;
10
11
extern
void
F_FileSystemInit
(
void
);
12
13
14
#endif
Generated on Wed Jun 13 2012 00:03:09 for BOOTLOADER by
1.8.1.1