1 /* 2 * Copyright (c) 2022-2022 Huawei Technologies Co., Ltd. All rights reserved. 3 * 4 * UniProton is licensed under Mulan PSL v2. 5 * You can use this software according to the terms and conditions of the Mulan PSL v2. 6 * You may obtain a copy of Mulan PSL v2 at: 7 * http://license.coscl.org.cn/MulanPSL2 8 * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, 9 * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, 10 * See the Mulan PSL v2 for more details. 11 * Create: 2022-12-05 12 * Description: openamp test Printf 13 */ 14 #include "prt_config.h" 15 #include "prt_task.h" 16 #include "prt_hwi.h" 17 #include "prt_hook.h" 18 #include "prt_exc.h" 19 #include "prt_mem.h" 20 21 extern U32 PRT_Printf(const char *format, ...); 22