Pull in <sys/evcnt.h>

This commit is contained in:
scw 2006-09-04 20:05:45 +00:00
parent 19dac2e487
commit 5cd57a5a0f

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.h,v 1.5 2002/10/14 14:19:28 scw Exp $ */
/* $NetBSD: intr.h,v 1.6 2006/09/04 20:05:45 scw Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@ -38,6 +38,8 @@
#ifndef _SH5_INTR_H
#define _SH5_INTR_H
#include <sys/evcnt.h>
/* Interrupt sharing types */
#define IST_NONE 0 /* none */
#define IST_PULSE 1 /* pulsed */