diff options
Diffstat (limited to 'include/mach/memory_object.h')
-rw-r--r-- | include/mach/memory_object.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mach/memory_object.h b/include/mach/memory_object.h index b4dd71f7..f281f04d 100644 --- a/include/mach/memory_object.h +++ b/include/mach/memory_object.h @@ -46,6 +46,9 @@ typedef mach_port_t memory_object_t; /* the object to map; used by the */ /* kernel to retrieve or store data */ +typedef mach_port_t * memory_object_array_t; + /* should be memory_object_t * */ + typedef mach_port_t memory_object_control_t; /* Provided to a memory manager; ... */ /* used to control a memory object */ |