beb15981 A |
1 | module DispatchPrivate [system] [extern_c] { |
2 | umbrella header "private.h" |
3 | exclude header "mach_private.h" |
4 | module * { export * } |
5 | export * |
6 | } |
7 | |
8 | module DispatchIntrospectionPrivate [system] [extern_c] { |
9 | header "introspection_private.h" |
10 | export * |
11 | } |