kmem.h revision 22514
1/*
2 * (C)opyright 1993,1994,1995 by Darren Reed.
3 *
4 * Redistribution and use in source and binary forms are permitted
5 * provided that this notice is preserved and due credit is given
6 * to the original author and the contributors.
7 * $Id: kmem.h,v 2.0.1.1 1997/01/09 15:14:44 darrenr Exp $
8 */
9
10extern	int	openkmem();
11extern	int	kmemcpy();
12
13