9 lines
74 B
C
9 lines
74 B
C
#ifdef __aarch64__
|
|
|
|
#elif defined(__arm__)
|
|
|
|
#include <arm/asm.h>
|
|
|
|
#endif
|
|
|