#ifndef FS_INIT_H
#define FS_INIT_H
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void fs_init(void);
}
#endif /* FS_INIT_H */