Files
Arquivotheca.AIX-4.1.3/bos/kernel/proc/POWER/m_exec.h
seta75D d6fe8fe829 Init
2021-10-11 22:19:34 -03:00

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