aboutsummaryrefslogtreecommitdiff
path: root/include/device/device_request.defs
Commit message (Collapse)AuthorAgeFilesLines
* Use c_string for dev_name_t in the device subsystem.Flavio Cruz2023-04-291-0/+8
| | | | | | | | | | | | Added device_open_new and device_open_new_request and reused the old MiG ID for xxx_device_set_status which has not been in used in the past decade. Note that device_open_new is gated on defining DEVICE_ENABLE_DEVICE_OPEN_NEW because otherwise some hurd servers wouldn't compile anymore unless patched. This macro allows us to control the rollout. Message-Id: <ZEi1LV+9ShuXqtcr@jupiter.tail36e24.ts.net>
* include: make `mach_port_t' payload-awareJustus Winter2014-11-281-1/+7
| | | | | | | | | | | | Honor a new macro `MACH_PAYLOAD_TO_PORT' to inject a translation function mapping payloads to port names in the definition of `mach_port_t'. * include/mach/std_types.defs (mach_port_t): Honor `MACH_PAYLOAD_TO_PORT'. * include/device/device.defs (reply_port_t): Likewise. * include/device/device_reply.defs (reply_port_t): Likewise. * include/device/device_request.defs (reply_port_t): Likewise.
* Initial sourceThomas Bushnell1997-02-251-0/+81