Merge pull request #9236 from polarvid/shell/arm64-header
quality: include the essential only to avoid recursion
This commit is contained in:
commit
02ef02211c
|
@ -92,7 +92,7 @@
|
|||
|
||||
#else /* !__ASSEMBLY__ */
|
||||
|
||||
#include <rtdef.h>
|
||||
#include <rttypes.h>
|
||||
|
||||
typedef struct { rt_uint64_t value[2]; } rt_uint128_t;
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
#include <armv8.h>
|
||||
#include <rtcompiler.h>
|
||||
#include <rtdef.h>
|
||||
#include <rttypes.h>
|
||||
|
||||
#ifdef RT_USING_SMP
|
||||
|
||||
|
|
Loading…
Reference in New Issue