explicitly include simplelock.h
This commit is contained in:
parent
b24bad5798
commit
ca9c510ab2
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: spivar.h,v 1.2 2006/10/07 07:21:13 gdamore Exp $ */
|
||||
/* $NetBSD: spivar.h,v 1.3 2008/01/08 13:28:22 dogcow Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
|
||||
@ -45,6 +45,7 @@
|
||||
#define _DEV_SPI_SPIVAR_H_
|
||||
|
||||
#include <sys/queue.h>
|
||||
#include <sys/simplelock.h>
|
||||
|
||||
/*
|
||||
* Serial Peripheral Interface bus. This is a 4-wire bus common for
|
||||
|
Loading…
Reference in New Issue
Block a user