📄 nos_set.h
字号:
#ifndef _NOS_SET_H_
#define _NOS_SET_H_
/*
#include <linux/byteorder/little_endian.h>
*/
#ifndef __BIG_ENDIAN_BITFIELD /*liling 2003-10-29 add*/
#define __BIG_ENDIAN_BITFIELD
#endif
#define _NOS_SOFTWARE_VERSION_ "SMU Version V1.0B002"
#define _NOS_SYSNAME_ "WOS"
#define _NOS_VENDOR_NAME_ "Dragon,Ltd."
#define _NOS_VENDOR_LOCATION_ "270 Scientific Drive, Suite 10,Norcross, GA 30092 "
#define _NOS_COPYRIGHT_INFO_ "Copyright(c) 2000-2003 by Dragon Co."
/* copy from nos1.3 nos_global.h gongzb 02/6/6 */
#define _NOS_SYSTEM_STARTING_ 1
#define _NOS_SYSTEM_RUNNING_ 2
#define _NOS_TTY_DEFAULT_BAUDRATE_ 115200
#define _NOS_TTY_DEFAULT_PORT_ "/tyCo/1" /* COM2 */
extern int NOS_console_fd;
extern int NOS_console_baudrate ;
extern int NOS_snmp_service_status;
extern int NOS_system_status;/* copy from nos1.3 nos_global.h gongzb 02/6/6 */
#endif /*_NOS_SET_H_*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -