/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* bos720 src/bos/kernel/sys/pdiag_def.h 1.3 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* Restricted Materials of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 1995,1998 */ /* All Rights Reserved */ /* */ /* US Government Users Restricted Rights - Use, duplication or */ /* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* */ /* IBM_PROLOG_END_TAG */ /* @(#)26 1.3 src/bos/kernel/sys/pdiag_def.h, sysxdiag, bos720 7/1/98 11:00:02 */ /* * * COMPONENT_NAME: (DIAGEX) Diagnostic Kernel Extension * * FUNCTIONS: Typedefs Used by the * : Portable Diagnostic Kernel Extension * * ORIGINS: 27 * */ #ifndef _h_pdiag_def #define _h_pdiag_def #include /*******************************************************************/ /* PDIAGEX Address Type Definition */ /*******************************************************************/ typedef void *pdiag_addr_t; /*******************************************************************/ /* PDIAGEX Information Structure Handle */ /*******************************************************************/ typedef void *pdiag_info_handle_t; #endif