mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 17:18:56 +00:00
11 lines
232 B
C
11 lines
232 B
C
#ifndef FINSH_H__
|
|
#define FINSH_H__
|
|
|
|
#define MSH_CMD_EXPORT(command, desc)
|
|
#define MSH_CMD_EXPORT_ALIAS(command, alias, desc)
|
|
|
|
#define FINSH_FUNCTION_EXPORT(name, desc)
|
|
#define FINSH_FUNCTION_EXPORT_ALIAS(name, alias, desc)
|
|
|
|
#endif
|