kmem.h revision 22514
122514Sdarrenr/*
222514Sdarrenr * (C)opyright 1993,1994,1995 by Darren Reed.
322514Sdarrenr *
422514Sdarrenr * Redistribution and use in source and binary forms are permitted
522514Sdarrenr * provided that this notice is preserved and due credit is given
622514Sdarrenr * to the original author and the contributors.
722514Sdarrenr * $Id: kmem.h,v 2.0.1.1 1997/01/09 15:14:44 darrenr Exp $
822514Sdarrenr */
922514Sdarrenr
1022514Sdarrenrextern	int	openkmem();
1122514Sdarrenrextern	int	kmemcpy();
1222514Sdarrenr
13