24 lines
564 B
C
24 lines
564 B
C
/* @(#)79 1.9 src/bos/usr/include/core.h, sysproc, bos411, 9428A410j 4/2/93 13:28:10 */
|
|
/*
|
|
* 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_CORE
|
|
#define _H_CORE
|
|
|
|
/* machine dependent stuff for core files */
|
|
#include <sys/core.h>
|
|
|
|
#endif /* _H_CORE */
|