2025-10-10 16:07:00 +08:00

27 lines
787 B
C
Executable File

/*
* Copyright (C), 2018-2019, Arm Technology (China) Co., Ltd.
* All rights reserved
*
* The content of this file or document is CONFIDENTIAL and PROPRIETARY
* to Arm Technology (China) Co., Ltd. It is subject to the terms of a
* License Agreement between Licensee and Arm Technology (China) Co., Ltd
* restricting among other things, the use, reproduction, distribution
* and transfer. Each of the embodiments, including this information and,,
* any derivative work shall retain this copyright notice.
*/
#ifndef __BASE_H__
#define __BASE_H__
#include "types.h"
#include "compiler.h"
#include "mem_layout.h"
#include "device.h"
#include "string.h"
#include "heap.h"
#include "stdio.h"
#include "utils.h"
#include "err.h"
#endif /* __BASE_H__ */