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