This commit is contained in:
seta75D
2021-10-11 18:37:13 -03:00
commit ff309bfe1c
14130 changed files with 3180272 additions and 0 deletions

19
sys/vm/rm.h Normal file
View File

@@ -0,0 +1,19 @@
/* @(#)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*/