mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
9b95d17f6f
commit
579f738316
2 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue