summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_em.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-10 14:21:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-10 14:21:21 +0000
commitec89b2b4961e5c242e7e170c95f13ca1fa4b6f63 (patch)
treed6731a4134747188b5918366c78cc13effd8ac0f /sys/dev/pci/if_em.h
parentebe9203ff413e7791631a86e14e426d2976fc7c0 (diff)
remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg
Diffstat (limited to 'sys/dev/pci/if_em.h')
-rw-r--r--sys/dev/pci/if_em.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h
index 78650804104..f391e62375b 100644
--- a/sys/dev/pci/if_em.h
+++ b/sys/dev/pci/if_em.h
@@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
***************************************************************************/
/* $FreeBSD: if_em.h,v 1.26 2004/09/01 23:22:41 pdeuskar Exp $ */
-/* $OpenBSD: if_em.h,v 1.51 2014/07/08 05:35:18 dlg Exp $ */
+/* $OpenBSD: if_em.h,v 1.52 2014/07/10 14:21:20 deraadt Exp $ */
#ifndef _EM_H_DEFINED_
#define _EM_H_DEFINED_
@@ -72,7 +72,9 @@ POSSIBILITY OF SUCH DAMAGE.
#include <net/bpf.h>
#endif
-#include <uvm/uvm_extern.h>
+typedef int boolean_t;
+#define TRUE 1
+#define FALSE 0
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>