|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "osal_list.h"

结构体 | |
| struct | osal_proc_cmd_ |
| struct | osal_proc_dir_entry |
宏定义 | |
| #define | OSAL_PROC_NAME_LENGTH 32 |
| #define | PROC_CMD_SINGEL_LENGTH_MAX 32 |
| #define | PROC_CMD_ALL_LENGTH_MAX 128 |
| #define | PROC_CMD_NUM_MAX 16 |
| #define | osal_seq_printf(seqfile, fmt, ...) seq_printf(seqfile, fmt, ##__VA_ARGS__) |
类型定义 | |
| typedef struct osal_proc_cmd_ | osal_proc_cmd |
| typedef struct osal_proc_dir_entry | osal_proc_entry |
函数 | |
| void | osal_proc_init (const char *name) |
| Create a directory in /proc. | |
| void | osal_proc_exit (const char *name) |
| Delete the directory created by osal_proc_init() and all the files in the directory. | |
| void | osal_remove_proc_entry (const char *name, osal_proc_entry *parent) |
| Delete the file created by the function osal_create_proc_entry. | |
| osal_proc_entry * | osal_create_proc_entry (const char *name, osal_proc_entry *parent) |
| Create a file in the directory created by the function osal_proc_init. | |
| #define OSAL_PROC_NAME_LENGTH 32 |
| #define osal_seq_printf | ( | seqfile, | |
| fmt, | |||
| ... | |||
| ) | seq_printf(seqfile, fmt, ##__VA_ARGS__) |
| #define PROC_CMD_ALL_LENGTH_MAX 128 |
| #define PROC_CMD_NUM_MAX 16 |
| #define PROC_CMD_SINGEL_LENGTH_MAX 32 |
| typedef struct osal_proc_cmd_ osal_proc_cmd |
| typedef struct osal_proc_dir_entry osal_proc_entry |