diff options
| author | dyoung <dyoung@NetBSD.org> | 2009-08-19 14:37:24 +0000 |
|---|---|---|
| committer | dyoung <dyoung@NetBSD.org> | 2009-08-19 14:37:24 +0000 |
| commit | bcefcac3f54372745093fde2fbdae877852d1cf1 (patch) | |
| tree | c411aeb7db90fab0113e38c04ef04b5c79edff80 /sys/arch/prep/include | |
| parent | fedb853f62b13ccee2bffa7aaf70ddd63e027f93 (diff) | |
Define isa_detach_hook().
Diffstat (limited to 'sys/arch/prep/include')
| -rw-r--r-- | sys/arch/prep/include/isa_machdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/prep/include/isa_machdep.h b/sys/arch/prep/include/isa_machdep.h index afae192c7c3..ba91c5750d6 100644 --- a/sys/arch/prep/include/isa_machdep.h +++ b/sys/arch/prep/include/isa_machdep.h @@ -1,4 +1,4 @@ -/* $NetBSD: isa_machdep.h,v 1.11 2008/04/28 20:23:33 martin Exp $ */ +/* $NetBSD: isa_machdep.h,v 1.12 2009/08/19 14:41:25 dyoung Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. @@ -49,6 +49,8 @@ extern int isa_pcmciamask; /* function mappings */ #define isa_attach_hook(p, s, iaa) \ genppc_isa_attach_hook(p, s, iaa) +#define isa_detach_hook(s) \ + genppc_isa_detach_hook(s) #define isa_intr_evcnt(ic, irq) \ genppc_isa_intr_evcnt(ic, irq) #define isa_intr_establish(ic, irq, type, level, fun, arg) \ |
