# Basic Mach types
mach_port_t		T_UV
kern_return_t		T_IV
mach_port_right_t	T_UV
vm_address_t		T_UV
vm_size_t		T_UV
mach_msg_bits_t		T_UV
mach_msg_size_t		T_UV
mach_port_seqno_t	T_UV
mach_msg_id_t		T_IV
mach_msg_header_t*	T_PV
mach_msg_option_t	T_IV
mach_msg_timeout_t	T_UV
mach_msg_type_t*	T_PV
mach_msg_type_long_t*	T_PV

# Variant of kern_return_t
mach_msg_return_t	T_IV

# Hurd variants of mach_port_t
process_t		T_UV
task_t			T_UV
file_t			T_UV
io_t			T_UV
auth_t			T_UV

# POSIX stuff
pid_t			T_IV
mode_t			T_UV
off_t			T_UV

# Random stuff
error_t			T_IV
const char*		T_PV
