pal_freebsd_defs.h 543 B

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