Loading...
osfmk/device/device.modulemap xnu-12377.101.15 /dev/null
--- xnu/xnu-12377.101.15/osfmk/device/device.modulemap
+++ /dev/null
@@ -1,17 +0,0 @@
-module Darwin.device {
-  #ifdef XNU_KERNEL_PRIVATE
-  // device_port.h is in the public SDK for macOS, but
-  // mastered out of the public SDK for the other OSes.
-  #endif
-  #ifdef XNU_PLATFORM_MacOSX
-  module device_port {
-    header "device/device_port.h"
-    export *
-  }
-
-  #endif
-  module device_types {
-    header "device/device_types.h"
-    export *
-  }
-}