26 lines
716 B
C
26 lines
716 B
C
/* @(#)03 1.1 src/bos/kernel/ldr/ld_fflist.h, sysldr, bos411, 9428A410j 5/21/91 07:56:46 */
|
|
/*
|
|
* COMPONENT_NAME: (SYSLDR) Program Management
|
|
*
|
|
* FUNCTIONS: loader first fit arenas
|
|
*
|
|
* ORIGINS: 27
|
|
*
|
|
* IBM CONFIDENTIAL -- (IBM Confidential Restricted when
|
|
* combined with the aggregated modules for this product)
|
|
* SOURCE MATERIALS
|
|
* (C) COPYRIGHT International Business Machines Corp. 1991
|
|
* All Rights Reserved
|
|
*
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
*/
|
|
|
|
#ifndef _H_LD_FFLIST
|
|
#define _H_LD_FFLIST
|
|
|
|
extern fflist_t pinned_fflist;
|
|
extern fflist_t unpinned_fflist;
|
|
|
|
#endif /* _H_LD_FFLIST */
|