1 /* 2 * Copyright 2019 Haiku, Inc. All Rights Reserved. 3 * Distributed under the terms of the MIT License. 4 */ 5 6 #ifndef _SYSTEM_ARCH_ARM64_COMMPAGE_DEFS_H 7 #define _SYSTEM_ARCH_ARM64_COMMPAGE_DEFS_H 8 9 #ifndef _SYSTEM_COMMPAGE_DEFS_H 10 # error Must not be included directly. Include <commpage_defs.h> instead! 11 #endif 12 13 #endif /* _SYSTEM_ARCH_ARM64_COMMPAGE_DEFS_H */ 14