fix pasto pointed in the evcnt changes pointed out by Robert Swindells

This commit is contained in:
cgd 2000-06-05 23:28:20 +00:00
parent fc43b2daa3
commit 489af6e337
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci_machdep.h,v 1.4 2000/06/04 19:14:32 cgd Exp $ */
/* $NetBSD: pci_machdep.h,v 1.5 2000/06/05 23:28:20 cgd Exp $ */
/*
* Modified for arm32 by Mark Brinicombe
@ -66,7 +66,7 @@ struct arm32_pci_chipset {
int (*pc_intr_map)(void *, pcitag_t, int, int,
pci_intr_handle_t *);
const char *(*pc_intr_string)(void *, pci_intr_handle_t);
const struct evcnt *(*pc_intr_string)(void *, pci_intr_handle_t);
const struct evcnt *(*pc_intr_evcnt)(void *, pci_intr_handle_t);
void *(*pc_intr_establish)(void *, pci_intr_handle_t,
int, int (*)(void *), void *);
void (*pc_intr_disestablish)(void *, void *);