/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */ /* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */ #ifndef PAL_FREEBSD_DEFS_H #define PAL_FREEBSD_DEFS_H #define USER_ADDRESS_RESERVED 0x1000000 #define USER_ADDRESS_LOWEST 0x10000 #define USER_ADDRESS_HIGHEST 0x80000000 /* internal wrap native pipe inside pipe streams */ #define USE_PIPE_SYSCALL 0 #define USE_CLOCK_GETTIME 0 #define USE_ARCH_RDRAND 0 #endif /* PAL_FREEBSD_DEFS_H */