mn_api.h

来自「igmp for switch in vxworks」· C头文件 代码 · 共 29 行

H
29
字号
/***********************************************************
                          mn_api.h  
                             -------------------
description     : Manage api for other modules  
begin          : Wed April 25 2001
copyright       : (C) 2001 Dragon Co.
email          : martin@dragon.com

*************************************************************/

#ifndef _MN_API_H_
#define _MN_API_H_ 1 
#include <nos_syslog.h>

#include <cli.h>
#include <cl_buf.h>


/* keep using cli.h on xdsl for sometime 
   and wait CLI moving to new version
*/   

#include <nos.h>
#include <nos_sys.h>

#include <nos_dev_ctrl.h>

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?