blob: 9b81d901394362054c23b5c8c7130dcfffba7b94 [file] [log] [blame]
/*
* Copyright 2017, Adrien Destugues, pulkomandy@pulkomandy.tk
* Distributed under terms of the MIT license.
*/
#ifndef CFS_FATFS_H
#define CFS_FATFS_H
#include "ek.h"
EK_PROCESS_INIT(cfs_fatfs_init, arg);
#endif /* !CFS_FATFS_H */