blob: 9b81d901394362054c23b5c8c7130dcfffba7b94 [file] [log] [blame]
Adrien Destugues613f8592017-06-05 20:19:46 +02001/*
2 * Copyright 2017, Adrien Destugues, pulkomandy@pulkomandy.tk
3 * Distributed under terms of the MIT license.
4 */
5
6
7#ifndef CFS_FATFS_H
8#define CFS_FATFS_H
9
10#include "ek.h"
11
12EK_PROCESS_INIT(cfs_fatfs_init, arg);
13
14#endif /* !CFS_FATFS_H */