sync with next68k: include <sys/devive.h> explicitely because this is the

documented header for "evcnt" stuff
(should be separated, later)
This commit is contained in:
drochner 2005-09-07 19:58:12 +00:00
parent 8311fb86aa
commit caf67252d3
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: isr.c,v 1.27 2003/07/15 02:43:49 lukem Exp $ */
/* $NetBSD: isr.c,v 1.28 2005/09/07 19:58:12 drochner Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -41,12 +41,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isr.c,v 1.27 2003/07/15 02:43:49 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: isr.c,v 1.28 2005/09/07 19:58:12 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/vmmeter.h>
#include <sys/device.h>
#include <uvm/uvm_extern.h>