]>
Commit | Line | Data |
---|---|---|
f427ee49 A |
1 | // Module map for sys/_types.h and sys/_types/. |
2 | // | |
3 | // See also: stdint.modulemap | |
4 | // See also: sys_types.modulemap | |
5 | ||
6 | // Module for sys/_types/ and sys/_types.h. | |
7 | module Darwin_C_stdint._sys_types { | |
8 | export * | |
9 | ||
10 | module _types { | |
11 | export * | |
12 | header "sys/_types.h" | |
13 | } | |
14 | module _int16_t { | |
15 | export * | |
16 | header "sys/_types/_int16_t.h" | |
17 | } | |
18 | module _int32_t { | |
19 | export * | |
20 | header "sys/_types/_int32_t.h" | |
21 | } | |
22 | module _int64_t { | |
23 | export * | |
24 | header "sys/_types/_int64_t.h" | |
25 | } | |
26 | module _int8_t { | |
27 | export * | |
28 | header "sys/_types/_int8_t.h" | |
29 | } | |
30 | module _intptr_t { | |
31 | export * | |
32 | header "sys/_types/_intptr_t.h" | |
33 | } | |
34 | module _u_int16_t { | |
35 | export * | |
36 | header "sys/_types/_u_int16_t.h" | |
37 | } | |
38 | module _u_int32_t { | |
39 | export * | |
40 | header "sys/_types/_u_int32_t.h" | |
41 | } | |
42 | module _u_int64_t { | |
43 | export * | |
44 | header "sys/_types/_u_int64_t.h" | |
45 | } | |
46 | module _u_int8_t { | |
47 | export * | |
48 | header "sys/_types/_u_int8_t.h" | |
49 | } | |
50 | module _uintptr_t { | |
51 | export * | |
52 | header "sys/_types/_uintptr_t.h" | |
53 | } | |
54 | } |