]> git.saurik.com Git - apple/libdispatch.git/blob - testing/mig/hello_logger.defs
0eb8c3811a8612e5db99c0c2c415d9b8fee3818a
[apple/libdispatch.git] / testing / mig / hello_logger.defs
1 #include <mach/std_types.defs>
2 #include <mach/mach_types.defs>
3 import "hello_logger_types.h";
4
5 type string_t = c_string[*:1024];
6
7 subsystem hello_logger 12345;
8 serverprefix do_;
9
10 routine example(
11 test_port : mach_port_t;
12 some_string : string_t);