[libcpu/cortex-a] Fix the problem of circular include of cpuport.h
This commit is contained in:
parent
6d506dc5b6
commit
d8a2084c05
|
@ -2,6 +2,7 @@
|
||||||
#define __BACKTRACE_H
|
#define __BACKTRACE_H
|
||||||
|
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
|
#include <rtthread.h>
|
||||||
#include <cpuport.h>
|
#include <cpuport.h>
|
||||||
|
|
||||||
/* Unwind reason code according the the ARM EABI documents */
|
/* Unwind reason code according the the ARM EABI documents */
|
||||||
|
|
|
@ -10,8 +10,6 @@
|
||||||
#ifndef CPUPORT_H__
|
#ifndef CPUPORT_H__
|
||||||
#define CPUPORT_H__
|
#define CPUPORT_H__
|
||||||
|
|
||||||
#include <rtthread.h>
|
|
||||||
|
|
||||||
/* the exception stack without VFP registers */
|
/* the exception stack without VFP registers */
|
||||||
struct rt_hw_exp_stack
|
struct rt_hw_exp_stack
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue