xref: /haiku/headers/private/system/arch/arm/arch_commpage_defs.h (revision 03187b607b2b5eec7ee059f1ead09bdba14991fb)
1 /*
2  * Copyright 2007, Travis Geiselbrecht. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _SYSTEM_ARCH_M68K_COMMPAGE_DEFS_H
6 #define _SYSTEM_ARCH_M68K_COMMPAGE_DEFS_H
7 
8 #ifndef _SYSTEM_COMMPAGE_DEFS_H
9 #	error Must not be included directly. Include <commpage_defs.h> instead!
10 #endif
11 
12 //#define COMMPAGE_ENTRY_M68K_SYSCALL	(COMMPAGE_ENTRY_FIRST_ARCH_SPECIFIC + 0)
13 //#define COMMPAGE_ENTRY_M68K_MEMCPY	(COMMPAGE_ENTRY_FIRST_ARCH_SPECIFIC + 1)
14 
15 /* 0xffff0000 colides with IO space mapped with TT1 on Atari */
16 #warning ARM: determine good place for compage..
17 #define ARCH_USER_COMMPAGE_ADDR (0xfeff0000)
18 
19 #endif	/* _SYSTEM_ARCH_M68K_COMMPAGE_DEFS_H */
20