Changeset View
Changeset View
Standalone View
Standalone View
sys/arm64/include/swi.h
- This file was added.
| #ifdef __arm__ | |||||
| #include <arm/swi.h> | |||||
andrew: Is this file used by userspace? If not I don't think it should exist on arm. | |||||
Done Inline ActionsIt's used by SYS.h for arm libc. karels: It's used by SYS.h for arm libc. | |||||
| #else /* !__arm__ */ | |||||
| #error Do not include this header, used only for 32-bit compatibility | |||||
| #endif /* !__arm__ */ | |||||
Done Inline Actions? jrtc27: ? | |||||
Is this file used by userspace? If not I don't think it should exist on arm.