LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
osal_file_fake_provider.h
Go to the documentation of this file.
1// src/foundation/osal/osal_file/tests/support/fake_provider/include/osal/file/test/osal_file_fake_provider.h
2
3#ifndef LEXLEO_OSAL_FILE_FAKE_PROVIDER_H
4#define LEXLEO_OSAL_FILE_FAKE_PROVIDER_H
5
6#include "osal/file/osal_file_ops.h"
7
8#include "lexleo/test/fake_file.h"
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
15
16#ifdef __cplusplus
17}
18#endif
19
20#endif //LEXLEO_OSAL_FILE_FAKE_PROVIDER_H
const osal_file_ops_t * osal_file_test_fake_ops(void)