]> git.saurik.com Git - apple/libdispatch.git/blob - testing/mig/hello_logger.defs
libdispatch-84.5.5.tar.gz
[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);