/* * Copyright 2019 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYSTEM_ARCH_ARM64_COMMPAGE_DEFS_H #define _SYSTEM_ARCH_ARM64_COMMPAGE_DEFS_H #ifndef _SYSTEM_COMMPAGE_DEFS_H # error Must not be included directly. Include instead! #endif #define COMMPAGE_ENTRY_ARM64_THREAD_EXIT (COMMPAGE_ENTRY_FIRST_ARCH_SPECIFIC + 0) #endif /* _SYSTEM_ARCH_ARM64_COMMPAGE_DEFS_H */