28 lines
592 B
C
28 lines
592 B
C
/* @(#)62 1.7 src/bos/kernel/proc/POWER/m_exec.h, sysproc, bos411, 9428A410j 4/1/93 12:58:07 */
|
|
/*
|
|
* COMPONENT_NAME: SYSPROC
|
|
*
|
|
* FUNCTIONS:
|
|
*
|
|
* ORIGINS: 27
|
|
*
|
|
* (C) COPYRIGHT International Business Machines Corp. 1988, 1993
|
|
* 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.
|
|
*/
|
|
|
|
#ifndef _h_M_EXEC
|
|
#define _h_M_EXEC
|
|
|
|
#ifdef _POWER
|
|
|
|
/* xcoff file header magic number for this machine */
|
|
#define XCOFF_MAGIC U802TOCMAGIC
|
|
|
|
#endif
|
|
|
|
#endif
|