/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2019, Linaro Limited */ #ifndef ARM_USER_SYSREG_H #define ARM_USER_SYSREG_H #include #ifdef ARM32 #include #endif #ifdef ARM64 #include #endif #endif /*ARM_USER_SYSREG_H*/