Init
This commit is contained in:
19
sys/vm/rm.h
Normal file
19
sys/vm/rm.h
Normal 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*/
|
||||
Reference in New Issue
Block a user