/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* bos72Q src/bos/kernel/sys/ddi.h 1.3.1.1 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 1991,2019 */ /* 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 */ /* @(#)33 1.3.1.1 src/bos/kernel/sys/ddi.h, sysxpse, bos72Q, q2019_13A4 2/6/19 00:42:09 */ /* * COMPONENT_NAME: SYSXPSE ddi.h * * ORIGINS: 27 63 * * (C) COPYRIGHT International Business Machines Corp. 1991 * All Rights Reserved * Licensed Materials - Property of IBM * US Government Users Restricted Rights - Use, duplication or * disclosure restricted by GSA ADP Schedule Contract with IBM Corp. * * Copyright (c) 1991 Mentat Inc. */ #ifndef _DDI_ #define _DDI_ #ifdef __cplusplus extern "C" { #endif #undef datamsg extern int datamsg( int type ); #undef enableok extern void enableok( queue_t * q ); #undef noenable extern void noenable( queue_t * q ); #undef OTHERQ extern queue_t * OTHERQ( queue_t * q ); #ifdef puthere #undef puthere extern void puthere( queue_t * q, mblk_t * mp ); #endif #ifdef putnext #undef putnext extern void putnext( queue_t * q, mblk_t * mp ); #endif #undef RD extern queue_t * RD( queue_t * q ); #undef WR extern queue_t * WR( queue_t * q ); #ifdef __cplusplus } #endif #endif