WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
los_init_pri.h
浏览该文件的文档.
1
2/* ----------------------------------------------------------------------------
3 * Copyright (c) Huawei Technologies Co., Ltd. 2022-2022. All rights reserved.
4 * Description: System Init Private HeadFile
5 * Author: Huawei LiteOS Team
6 * Create: 2022-04-02
7 * Redistribution and use in source and binary forms, with or without modification,
8 * are permitted provided that the following conditions are met:
9 * 1. Redistributions of source code must retain the above copyright notice, this list of
10 * conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright notice, this list
12 * of conditions and the following disclaimer in the documentation and/or other materials
13 * provided with the distribution.
14 * 3. Neither the name of the copyright holder nor the names of its contributors may be used
15 * to endorse or promote products derived from this software without specific prior written
16 * permission.
17 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
19 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
24 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
25 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
26 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
27 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 * --------------------------------------------------------------------------- */
29
35#ifndef _LOS_INIT_PRI_H
36#define _LOS_INIT_PRI_H
37
38#include "los_typedef.h"
39
40#ifdef __cplusplus
41extern "C" {
42#endif /* __cplusplus */
43
48
49#ifdef __cplusplus
50}
51#endif /* __cplusplus */
52
53#endif /* _LOS_INIT_PRI_H */
VOID OsSetMainTask(VOID)
VOID OsStart(VOID)
VOID * OsGetMainTask(VOID)
UINT32 OsMain(VOID)
#define VOID
Definition los_typedef.h:88
unsigned int UINT32
Definition los_typedef.h:52