LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
osal_file_fake_provider.c File Reference
Include dependency graph for osal_file_fake_provider.c:

Go to the source code of this file.

Functions

const osal_file_ops_tosal_file_test_fake_ops (void)
 

Variables

static const osal_file_ops_t OSAL_FILE_FAKE_OPS
 

Function Documentation

◆ osal_file_test_fake_ops()

const osal_file_ops_t * osal_file_test_fake_ops ( void  )

Definition at line 13 of file osal_file_fake_provider.c.

Variable Documentation

◆ OSAL_FILE_FAKE_OPS

const osal_file_ops_t OSAL_FILE_FAKE_OPS
static
Initial value:
= {
.open = fake_file_open,
.read = fake_file_read,
.write = fake_file_write,
.flush = fake_file_flush,
.close = fake_file_close
}

Definition at line 5 of file osal_file_fake_provider.c.