[libcpu/cortex-a] Fix the problem of circular include of cpuport.h

This commit is contained in:
guozhanxin 2023-09-26 17:37:10 +08:00 committed by guo
parent 6d506dc5b6
commit d8a2084c05
2 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,7 @@
#define __BACKTRACE_H
#ifndef __ASSEMBLY__
#include <rtthread.h>
#include <cpuport.h>
/* Unwind reason code according the the ARM EABI documents */

View File

@ -10,8 +10,6 @@
#ifndef CPUPORT_H__
#define CPUPORT_H__
#include <rtthread.h>
/* the exception stack without VFP registers */
struct rt_hw_exp_stack
{