#ifndef LFS_PORT_H
#define LFS_PORT_H

// variables used by the filesystem
#include "lfs.h"

#ifdef __cplusplus
extern "C"
{
#endif

// Initialize
int LFS_Init(void);

#ifdef __cplusplus
} /* extern "C" */
#endif

#endif