all.h

来自「一个简单的小型操作系统」· C头文件 代码 · 共 34 行

H
34
字号

 
/*****************************************************************************
 * Simple Little Operating System - SLOS 
 *****************************************************************************/

/*****************************************************************************
 *
 * Module       : all.h
 * Description  : brings in all the headers
 * OS           : SLOS 0.09
 * Platform     : e7t
 * History      : 
 *
 * 16th November 2001 Andrew N. Sloss
 * - added a generic header  
 *
 *****************************************************************************/

#ifndef _HEADERS_E7T_ALL 

#define _HEADERS_E7T_ALL 1

#include "macros.h"

#include "../devices/segment_driver.h"
#include "../devices/serial_driver.h"

#include "../events/tick_service.h"
#include "../events/swis.h"

#endif

⌨️ 快捷键说明

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