task-special-ports.lisp 235 B

1234567891011121314
  1. (in-package :mach)
  2. ;;
  3. ;; In this file we implement the special port type
  4. ;; that can be passed to task_get_special_port.
  5. ;;
  6. (defcenum special-port-type
  7. (:task-kernel-port 1)
  8. (:task-exception-port 3)
  9. (:task-bootstrap-port 4))