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#define COMMPAGE_ENTRY_ARM64_THREAD_EXIT (COMMPAGE_ENTRY_FIRST_ARCH_SPECIFIC + 0)
14
15#endif	/* _SYSTEM_ARCH_ARM64_COMMPAGE_DEFS_H */
16