X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..eee3565979933af707c711411001ba11fe406a3c:/README.md diff --git a/README.md b/README.md index 5a0601b8e..2d3ba49a8 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,8 @@ want to export a function only to kernel level but not user level. header files installed in all the paths described above in (1) will not have code enclosed within this macro. - b. `KERNEL_PRIVATE` : Same as PRIVATE + b. `KERNEL_PRIVATE` : If true, code is available to all of the xnu kernel and Apple + internal kernel extensions. c. `BSD_KERNEL_PRIVATE` : If true, code is available to the xnu/bsd part of the kernel and is not available to rest of the kernel, kernel extensions