more prototypes
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 14 May 1992 05:46:21 +0000 (21:46 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 14 May 1992 05:46:21 +0000 (21:46 -0800)
SCCS-vsn: sys/sys/map.h 7.6

usr/src/sys/sys/map.h

index 84651d8..c17f683 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)map.h       7.5 (Berkeley) %G%
+ *     @(#)map.h       7.6 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -44,4 +44,8 @@ struct mapent {
 #define        ARGMAPSIZE      16
 struct map *kmemmap, *mbmap, *swapmap;
 int    nswapmap;
 #define        ARGMAPSIZE      16
 struct map *kmemmap, *mbmap, *swapmap;
 int    nswapmap;
+
+long   rmalloc __P((struct map *, long));
+void   rmfree __P((struct map *, long, long));
+void   rminit __P((struct map *, long, long, char *, int));
 #endif
 #endif