summaryrefslogtreecommitdiff
path: root/include/rvl/FS.h
blob: 556536837b2976ae37bec7ba97ae4423bebcdf94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef RVL_SDK_PUBLIC_FS_H
#define RVL_SDK_PUBLIC_FS_H
#ifdef __cplusplus
extern "C" {
#endif

#include "rvl/FS/fs.h"

#ifdef __cplusplus
}
#endif
#endif