⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sysnames.h

📁 VRTX 商用嵌入式实时操作系统
💻 H
字号:
/***************************************************************************
*
*		Copyright (c) 1994 MICROTEC RESEARCH INCORPORATED.
*
*	All rights reserved. MICROTEC RESEARCH's source code is an unpublished
*	work and the use of a copyright notice does not imply otherwise.
*	This source code contains confidential, trade secret material of
*	MICROTEC RESEARCH. Any attempt or participation in deciphering,
*	decoding, reverse engineering or in any way altering the source code
*	is strictly prohibited, unless the prior written consent of
*	MICROTEC RESEARCH is obtained.
*
*
*	Module Name:		%M%
*
*	Identification:		%Z% %I% %M%
*
*	Date:			%G%  %U%
*
****************************************************************************
*/

#ifndef _SYSNAMESH
#define _SYSNAMESH

#ifdef __cplusplus
extern "C" {
#endif

#ifdef KERNEL
#include "sys/stream.h"
#else
#define KERNEL
#include "sys/stream.h"
#undef KERNEL
#endif
#include "sys/stropts.h"
#include "sys/swkocmsg.h"
#include "sys/swkmsghd.h"

struct vme_logio_dev
{
    char                *name;
    void                (*fctp)();
    struct swk_irq_req  vme_irq_req;
};

struct lg_logio_dev
{
    char           	*name;
    void	   	(*fctp)();
    struct swk_irq_req 	lg_irq_req;
};

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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