Merge pull request #9236 from polarvid/shell/arm64-header

quality: include the essential only to avoid recursion
This commit is contained in:
Bernard Xiong 2024-07-25 14:40:47 +08:00 committed by GitHub
commit 02ef02211c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@
#else /* !__ASSEMBLY__ */
#include <rtdef.h>
#include <rttypes.h>
typedef struct { rt_uint64_t value[2]; } rt_uint128_t;

View File

@ -15,7 +15,7 @@
#include <armv8.h>
#include <rtcompiler.h>
#include <rtdef.h>
#include <rttypes.h>
#ifdef RT_USING_SMP