xref: /haiku/headers/private/system/arch/x86_64/arch_commpage_defs.h (revision f76bc433e1582f4f5424cd5c95613cb247e15a98)
1 /*
2  * Copyright 2012, Alex Smith, alex@alex-smith.me.uk.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _SYSTEM_ARCH_x86_64_COMMPAGE_DEFS_H
6 #define _SYSTEM_ARCH_x86_64_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 // FIXME: correct address
13 #define ARCH_USER_COMMPAGE_ADDR (0xffff0000)
14 
15 #endif	/* _SYSTEM_ARCH_x86_64_COMMPAGE_DEFS_H */
16