ipc_types.h 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * Copyright (c) 1995, 1994, 1993, 1992, 1991, 1990
  3. * Open Software Foundation, Inc.
  4. *
  5. * Permission to use, copy, modify, and distribute this software and
  6. * its documentation for any purpose and without fee is hereby granted,
  7. * provided that the above copyright notice appears in all copies and
  8. * that both the copyright notice and this permission notice appear in
  9. * supporting documentation, and that the name of ("OSF") or Open Software
  10. * Foundation not be used in advertising or publicity pertaining to
  11. * distribution of the software without specific, written prior permission.
  12. *
  13. * OSF DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
  14. * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  15. * FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL OSF BE LIABLE FOR ANY
  16. * SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  17. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
  18. * ACTION OF CONTRACT, NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING
  19. * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE
  20. */
  21. /*
  22. * OSF Research Institute MK6.1 (unencumbered) 1/31/1995
  23. */
  24. #ifndef _IPC_TYPES_H_
  25. #define _IPC_TYPES_H_
  26. typedef struct ipc_space *ipc_space_t;
  27. typedef struct ipc_port *ipc_port_t;
  28. #endif /* _IPC_TYPES_H_ */