]> git.saurik.com Git - apple/xnu.git/blob - bsd/machine/machine_types.modulemap
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / machine / machine_types.modulemap
1 // Module maps for machine/types.h and machine/_types.h.
2 //
3 // See also: stdint.modulemap
4
5 module Darwin_C_stdint._machine_types {
6 export *
7 header "machine/types.h"
8 }
9 module Darwin_C_stdint._machine__types {
10 export *
11 header "machine/_types.h"
12 }