|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <fcntl.h>#include <unistd.h>#include "los_memory.h"#include "soc_osal.h"#include "osal_errno.h"#include "osal_inner.h"
函数 | |
| void * | osal_klib_fopen (const char *filename, int flags, int mode) |
| open file and return file pointer. | |
| void | osal_klib_fclose (void *filp) |
| close file. | |
| int | osal_klib_fwrite (const char *buf, unsigned long size, void *filp) |
| kernel write function. | |
| int | osal_klib_fread (char *buf, unsigned long size, void *filp) |
| Kernel read function. | |
| int | osal_klib_fseek (long long offset, int whence, void *filp) |
| Kernel file seek function. | |
| void | osal_klib_fsync (void *filp) |
| Perform a fsync or fdatasync on a file | |
变量 | |
| char * | g_klib_store_path = ((void *)0) |
| char* g_klib_store_path = ((void *)0) |