Changeset View
Changeset View
Standalone View
Standalone View
sys/arm64/include/sysreg.h
- This file was added.
#ifdef __arm__ | |||||
#include <arm/sysreg.h> | |||||
andrew: Do we need this file? It looks like it's kernel specific. | |||||
Done Inline ActionsIt is included (#ifndef _KERNEL) by arm's atomic.h. karels: It is included (#ifndef _KERNEL) by arm's atomic.h. | |||||
#else /* !__arm__ */ | |||||
#error Do not include this header, used only for 32-bit compatibility | |||||
#endif /* !__arm__ */ | |||||
Not Done Inline Actions? jrtc27: ? |
Do we need this file? It looks like it's kernel specific.