Moved the SIMPLE_LOCK stuff from machine/param.h to machine/lock.h.

include it here for now.

Reviewed by:	Bruce Evans <bde@zeta.org.au>
This commit is contained in:
Steve Passe 1997-08-30 07:59:47 +00:00
parent 9b95d17f6f
commit 579f738316
2 changed files with 8 additions and 2 deletions

View file

@ -35,12 +35,15 @@
* SUCH DAMAGE.
*
* @(#)lock.h 8.12 (Berkeley) 5/19/95
* $Id: lock.h,v 1.7 1997/08/04 19:11:26 fsmp Exp $
* $Id: lock.h,v 1.8 1997/08/18 02:06:30 dyson Exp $
*/
#ifndef _LOCK_H_
#define _LOCK_H_
#include <machine/lock.h>
/*
* The general lock structure. Provides for multiple shared locks,
* upgrading from shared to exclusive, and sleeping until the lock

View file

@ -35,12 +35,15 @@
* SUCH DAMAGE.
*
* @(#)lock.h 8.12 (Berkeley) 5/19/95
* $Id: lock.h,v 1.7 1997/08/04 19:11:26 fsmp Exp $
* $Id: lock.h,v 1.8 1997/08/18 02:06:30 dyson Exp $
*/
#ifndef _LOCK_H_
#define _LOCK_H_
#include <machine/lock.h>
/*
* The general lock structure. Provides for multiple shared locks,
* upgrading from shared to exclusive, and sleeping until the lock