LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fs_mem.h
Go to the documentation of this file.
1 
2 #ifndef __FS_MEM_H_
3 #define __FS_MEM_H_
4 
5 #include "board.h"
6 
7 #define SECTOR_SZ 512 /* Size of a single sector */
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
26 void FATFS_GetBufferInfo(uint8_t **buffer, uint32_t *size);
27 
32 #ifdef __cplusplus
33 }
34 #endif
35 
36 #endif /* ifndef __FS_MEM_H_ */