5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: NetBSD specific hings
13 #define __AROS_STRUCTURE_ALIGNMENT 8
15 /* To handle the slightly different procedure naming */
16 #define __AROS_SLIB_ENTRY(n,s) s ## _ ## n
17 #define AROS_ASMSYMNAME(s) s
19 #endif /* AROS_NETBSD_H */