µGFX  2.9
version 2.9
gfile_petitfs_wrapper.h
Go to the documentation of this file.
1 /*
2  * This file is subject to the terms of the GFX License. If a copy of
3  * the license was not distributed with this file, you can obtain one at:
4  *
5  * http://ugfx.io/license.html
6  */
7 
8 /**
9  * @file src/gfile/gfile_petitfs_wrapper.h
10  * @brief GFILE PETITFS wrapper.
11  *
12  */
13 
14 #ifndef _PETITFS_WRAPPER
15 #define _PETITFS_WRAPPER
16 
17 // Include the petitfs configuration from the local directory not the original source folder
18 #include "pffconf.h"
19 
20 // Include the petitfs API
21 #include "../../3rdparty/petitfs-0.03/src/pff.h"
22 
23 // Include the petitfs diskio API
24 #include "../../3rdparty/petitfs-0.03/src/diskio.h"
25 
26 #endif //_PETITFS_WRAPPER