X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..eb6b6ca394357805f2bdba989abae309f718b4d8:/libkern/os/firehose.h?ds=inline diff --git a/libkern/os/firehose.h b/libkern/os/firehose.h index fb0a3ce3a..67a21b614 100644 --- a/libkern/os/firehose.h +++ b/libkern/os/firehose.h @@ -32,7 +32,7 @@ __BEGIN_DECLS * @abstract * Called by the dispatch firehose apis to notify logd that a chunk is available */ -__WATCHOS_AVAILABLE(3.0) __OSX_AVAILABLE(10.12) __IOS_AVAILABLE(10.0) __TVOS_AVAILABLE(10.0) + __WATCHOS_AVAILABLE(3.0) __OSX_AVAILABLE(10.12) __IOS_AVAILABLE(10.0) __TVOS_AVAILABLE(10.0) void __firehose_buffer_push_to_logd(firehose_buffer_t fb, bool for_io); /*!