]>
Commit | Line | Data |
---|---|---|
e9ce8d39 A |
1 | /* |
2 | * @OSF_COPYRIGHT@ | |
3 | */ | |
4 | ||
5 | #include <mach/boolean.h> | |
6 | #include <mach/error.h> | |
7 | #include <mach/message.h> | |
8 | #include <mach/vm_types.h> | |
9 | ||
10 | extern void mig_init(void *); | |
11 | extern void mach_init_ports(void); | |
12 | extern void mig_allocate(vm_address_t *, vm_size_t); | |
13 | extern void mig_deallocate(vm_address_t, vm_size_t); | |
14 | ||
15 | extern char *mach_error_string_int(mach_error_t, boolean_t *); |