23 lines
590 B
C
23 lines
590 B
C
/* @(#)93 1.13 src/bos/kernel/sys/POWER/i_machine.h, sysios, bos411, 9428A410j 5/20/91 12:16:02 */
|
|
#ifndef _H_I_MACHINE
|
|
#define _H_I_MACHINE
|
|
|
|
/*
|
|
* COMPONENT_NAME: (SYSIOS) IO subsystem
|
|
*
|
|
* FUNCTIONS: Kernel services machine dependent interface.
|
|
*
|
|
* ORIGINS: 27
|
|
*
|
|
* (C) COPYRIGHT International Business Machines Corp. 1988, 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.
|
|
*/
|
|
|
|
#include <sys/m_intr.h>
|
|
|
|
#endif /* _H_I_MACHINE */
|