Files
Arquivotheca.SunOS-4.1.4/sys/vm/rm.h
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

20 lines
292 B
C

/* @(#)rm.h 1.1 94/10/31 SMI */
/*
* Copyright (c) 1987 by Sun Microsystems, Inc.
*/
#ifndef _vm_rm_h
#define _vm_rm_h
/*
* VM - Resource Management.
*/
struct page *rm_allocpage(/* seg, addr */);
void rm_outofanon();
void rm_outofhat();
int rm_asrss(/* as */);
#endif /*!_vm_rm_h*/