mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-02-05 11:29:44 +08:00
删除文件 System/os_base.h
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
/**************************************************************************//**
|
||||
* @item CosyOS-II Kernel
|
||||
* @file os_base.h
|
||||
* @brief 基本数据类型定义
|
||||
* @author 迟凯峰
|
||||
* @version V2.1.0
|
||||
* @date 2024.03.31
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef __OS_BASE_H
|
||||
#define __OS_BASE_H
|
||||
|
||||
typedef char s_s8_t;
|
||||
typedef short s_s16_t;
|
||||
typedef long s_s32_t;
|
||||
typedef unsigned char s_u8_t;
|
||||
typedef unsigned short s_u16_t;
|
||||
typedef unsigned long s_u32_t;
|
||||
typedef s_u8_t s_bool_t;
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user