types.lisp 601 B

12345678910111213141516171819202122
  1. (in-package :hurd)
  2. ;;
  3. ;; Hurd types that don't deserve a file.
  4. ;;
  5. (defctype auth-t port "auth_t type")
  6. (defctype fsys-t port "fsys_t type")
  7. (defctype io-t port "io_t type")
  8. (defctype file-t port "file_t type")
  9. (defctype process-t port "process_t type")
  10. (defctype socket-t port "socket_t type")
  11. (defctype pf-t port "pf_t type")
  12. (defctype addr-port-t port "addr_port_t type")
  13. (defctype startup-t port "startup_t type")
  14. (defctype fs-notify-t port "fs_notify_t type")
  15. (defctype proccoll-t port "proccoll_t type")
  16. (defctype host-priv-t port "host_priv_t type")
  17. (defctype device-t port "device_t type")