systemtasks.h

来自「一个完整的rtos源代码.运行在嵌入80186 cpu上.提供4个任务,信号灯,」· C头文件 代码 · 共 39 行

H
39
字号
/* **************************************************************************************
 *  Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
 *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
 *
 *  File: $Workfile: SystemTasks.h $             
 *
 * Description:
 * ============
 * System-Tasks definition, allocation, and initialization
 * 
 * Log:
 * ====
 * $Revision: 2 $
 * Last Modified by $Author: Nirm $ at $Modtime: 23/04/02 9:06 $ 
 ****************************************************************************************
 * Updates:
 ****************************************************************************************
 * $Log: /I49/H49V/Kernel/SystemTasks.h $
 * 
 * 2     23/04/02 9:26 Nirm
 * - Added dependency in "Config.h".
 * 
 * 1     27/03/02 13:31 Nirm
 * - Removed Task.c from uITRON;
 * - Added Ker_API.c to Kernel;
 * - Added SystemTasks.c to Kernel.
 **************************************************************************************** */

#include "Config.h"		// Global Configuration - do not remove!

#ifndef __SYSTEMTASKS_H_
#define __SYSTEMTASKS_H_

void Ker_createSystemTasks(void);

void Ker_startSystemTasks(void);

#endif //__SYSTEMTASKS_H_

⌨️ 快捷键说明

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