pal_freebsd_defs.h 221 B

1234567891011
  1. #ifndef PAL_FREEBSD_DEFS_H
  2. #define PAL_FREEBSD_DEFS_H
  3. #define USER_ADDRESS_LOWEST 0x10000
  4. #define USER_ADDRESS_HIGHEST 0x80000000
  5. #define USE_CLOCK_GETTIME 0
  6. #define USE_ARCH_RDRAND 0
  7. #endif /* PAL_FREEBSD_DEFS_H */