📄 in_extr.h
字号:
/************************************************************************/
/* */
/* Copyright 1990-1992 by Accelerated Technology */
/* */
/* PROPRIETARY RIGHTS of Accelerated Technology are involved in the */
/* subject matter of this material. All manufacturing, reproduction, */
/* use, and sales rights pertaining to this subject matter are */
/* governed by the license agreement. The buyer or recipient of this */
/* package, implicitly accepts the terms of the license. */
/* */
/************************************************************************/
/************************************************************************/
/* */
/* FILE DESCRIPTION */
/* */
/* This file contains information necessary for the other routines to */
/* reference the data structures located in "IN_DATA.C". */
/* */
/* ROUTINES */
/* */
/* None */
/* */
/* NOTES */
/* */
/* None */
/* */
/************************************************************************/
#include "in_defs.h" /* Include definitions */
extern unsigned int IN_Last_Memory_Address;
extern struct IN_FIXED_PARTITION_STRUCT IN_Fixed_Partitions[];
extern struct IN_QUEUE_DEFINITION_STRUCT IN_System_Queues[];
extern unsigned int IN_System_Stack_Size;
extern unsigned int IN_System_Event_Groups;
extern unsigned int IN_System_Resources;
extern unsigned int IN_System_Timers;
extern struct IN_TASK_DEFINITION_STRUCT IN_System_Tasks[];
extern unsigned int IN_Last_Address_Used;
int IND_Set_Interrupt_Level(int level);
void IND_Major_System_Error(signed int error);
unsigned int *INP_Memory_Alloc(unsigned int size);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -