X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e..2a1bd2d3eef5c7a7bb14f4bb9fdbca9a96ee4752:/osfmk/kern/remote_time.h diff --git a/osfmk/kern/remote_time.h b/osfmk/kern/remote_time.h index 020e845b4..8bbc4f715 100644 --- a/osfmk/kern/remote_time.h +++ b/osfmk/kern/remote_time.h @@ -69,6 +69,14 @@ mach_bridge_compute_timestamp(uint64_t local_ts_ns, struct bt_params *params) } uint64_t mach_bridge_remote_time(uint64_t); + +#if XNU_KERNEL_PRIVATE +#include +extern lck_spin_t bt_maintenance_lock; +extern lck_spin_t bt_spin_lock; +extern lck_spin_t bt_ts_conversion_lock; +#endif + __END_DECLS #endif /* REMOTE_TIME_H */