ipl.h

来自「VRTX 商用嵌入式实时操作系统」· C头文件 代码 · 共 70 行

H
70
字号
/***************************************************************************
*
*               Copyright (c) 1993 READY SYSTEMS CORPORATION.
*
*       All rights reserved. READY SYSTEMS' 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
*       READY SYSTEMS. 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
*       READY SYSTEMS is obtained.
*
*
*       Module Name:            %M%
*
*       Identification:         %Z% %I% %M%
*
*       Date:                   %G%  %U%
*
****************************************************************************
*/

/*
 RCS header identifier - $Id: ipl.h,v 1.4 1993/10/05 18:08:10 robert Exp $
*/
/*
 * Copyrighted as an unpublished work.
 * (c) Copyright 1991-1993 Lachman Technology, Incorporated
 * All rights reserved.
 * 
 * RESTRICTED RIGHTS
 * 
 * These programs are supplied under a license.  They may be used,
 * disclosed, and/or copied only as permitted under such license
 * agreement.  Any copy must contain the above copyright notice and
 * this restricted rights notice.  Use, copying, and/or disclosure
 * of the programs is strictly prohibited unless otherwise provided
 * in the license agreement.
 */
#ifndef _H_IPL
#define _H_IPL

#ifdef __cplusplus
extern "C" {
#endif

#define SPL_NORMAL	 0
#define SPL_STR		 1
#define SPL_TTY		 2
#define SPL_DISABLED	 3
#define SPL_PROC	 SPL_STR

#define splhi()
#define spltty()
#define splstr()	0
#define splx(s)

#define SPLDECL		;
#define SPLHI		;
#define SPLTTY		;
#define SPLSTR		;
#define SPLNORMAL	;
#define SPLX		;

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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