28 lines
832 B
C
28 lines
832 B
C
/*
|
|
* Copyright (c) 2020 AIIT XUOS Lab
|
|
* XiUOS is licensed under Mulan PSL v2.
|
|
* You can use this software according to the terms and conditions of the Mulan PSL v2.
|
|
* You may obtain a copy of Mulan PSL v2 at:
|
|
* http://license.coscl.org.cn/MulanPSL2
|
|
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
|
|
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
|
|
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
|
|
* See the Mulan PSL v2 for more details.
|
|
*/
|
|
|
|
#include "addr_cfg.h"
|
|
#include "channel_cfg.h"
|
|
#include "common_cfg.h"
|
|
#include "core_cfg.h"
|
|
#include "debug_cfg.h"
|
|
#include "ipi_cfg.h"
|
|
#include "msg_cfg.h"
|
|
#include "msgqueue_cfg.h"
|
|
#include "platform_cfg.h"
|
|
#include "shm_cfg.h"
|
|
#include "types_cfg.h"
|
|
|
|
#ifndef __CONFIG_H__
|
|
#define __CONFIG_H__
|
|
|
|
#endif /* __CONFIG_H__ */ |