-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathantos.h
More file actions
46 lines (38 loc) · 1.97 KB
/
antos.h
File metadata and controls
46 lines (38 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*------------------------------------------------------------------------
| FILE DESCRIPTION |
------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
| - File name : AntOS.h
| - Author : zevorn
| - Update date : 2021.03.27
| - Copyright(C) : 2021-2021 zevorn. All rights reserved.
------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
| COPYRIGHT NOTICE |
------------------------------------------------------------------------*/
/*
* Copyright (C) 2021, zevorn (17870070675@163.com)
* This file is part of Ant Real Time Operating System.
* Ant Real Time Operating System is free software: you can redistribute
* it and/or modify it under the terms of the Apache-2.0 License.
* Ant Real Time Operating System is distributed in the hope that it will
* be useful,but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Apache-2.0 License License for more details.
* You should have received a copy of the Apache-2.0 License.Ant Real Time
* Operating System. If not, see <http://www.apache.org/licenses/>.
**/
/*------------------------------------------------------------------------
| INCLUDES |
------------------------------------------------------------------------*/
#ifndef __ANTOS_H_
#define __ANTOS_H_
#include "os_core.h"
#include "os_mem.h"
#include "os_thread.h"
#include "os_object.h"
#include "os_adf.h"
#endif
/*------------------------------------------------------------------------
| END OF FLIE. (C) COPYRIGHT zevorn |
------------------------------------------------------------------------*/