From c15e7e493fa65cacaa987b450c0bd553c59c99c0 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 27 May 2007 16:36:08 +0000 Subject: Dynamically allocate irq's for pci devices on elroy(4). ok martin@ --- sys/arch/hppa/include/autoconf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/hppa/include') diff --git a/sys/arch/hppa/include/autoconf.h b/sys/arch/hppa/include/autoconf.h index 9c5acb6c2de..9e6d923a8cb 100644 --- a/sys/arch/hppa/include/autoconf.h +++ b/sys/arch/hppa/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.21 2004/09/15 20:11:29 mickey Exp $ */ +/* $OpenBSD: autoconf.h,v 1.22 2007/05/27 16:36:07 kettenis Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -72,6 +72,7 @@ const char *hppa_mod_info(int, int); void pdc_scanbus(struct device *, struct confargs *, int, hppa_hpa_t hpa); int mbprint(void *, const char *); int mbsubmatch(struct device *, void *, void *); +int cpu_intr_findirq(void); void *cpu_intr_map(void *v, int pri, int irq, int (*handler)(void *), void *arg, const char *name); void *cpu_intr_establish(int pri, int irq, int (*handler)(void *), -- cgit v1.2.3