rt-thread-official/libcpu/mips/common/mips.h

24 lines
466 B
C
Raw Normal View History

2017-11-08 19:47:45 +08:00
/*
2021-03-27 17:51:56 +08:00
* Copyright (c) 2006-2021, RT-Thread Development Team
2017-11-08 19:47:45 +08:00
*
* SPDX-License-Identifier: Apache-2.0
2017-11-08 19:47:45 +08:00
*
* Change Logs:
* Date Author Notes
* 2016-09-07 Urey first version
2017-11-08 19:47:45 +08:00
*/
#ifndef _COMMON_MIPS_H_
#define _COMMON_MIPS_H_
#include "mips_cfg.h"
#include "ptrace.h"
2017-11-08 19:47:45 +08:00
#include "mips_types.h"
#include "asm.h"
2017-11-08 19:47:45 +08:00
#include "mips_regs.h"
#include "mips_addrspace.h"
#include "mips_cache.h"
#include "exception.h"
2017-11-08 19:47:45 +08:00
#endif /* _COMMON_MIPS_H_ */