📄 systemtasks.h
字号:
/* **************************************************************************************
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -