]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/machine_types.modulemap
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / machine / machine_types.modulemap
diff --git a/bsd/machine/machine_types.modulemap b/bsd/machine/machine_types.modulemap
new file mode 100644 (file)
index 0000000..21260dd
--- /dev/null
@@ -0,0 +1,12 @@
+// Module maps for machine/types.h and machine/_types.h.
+//
+// See also: stdint.modulemap
+
+module Darwin_C_stdint._machine_types {
+        export *
+        header "machine/types.h"
+}
+module Darwin_C_stdint._machine__types {
+        export *
+        header "machine/_types.h"
+}