summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1996-07-10 17:52:04 +0000
committercgd <cgd@NetBSD.org>1996-07-10 17:52:04 +0000
commit452fdf584ccbf84ff8194f84ab8534369dd71dcf (patch)
treee2e65656b64246407afa1975fe0492109be52b68 /sys
parentb119b40c5903cb25ab047bedeea372b8fd879fd8 (diff)
#ifdef __alpha__, prototype device_register
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/device.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/sys/device.h b/sys/sys/device.h
index 8394a27f6c5..cb924ce5c46 100644
--- a/sys/sys/device.h
+++ b/sys/sys/device.h
@@ -1,4 +1,4 @@
-/* $NetBSD: device.h,v 1.15 1996/04/09 20:55:24 cgd Exp $ */
+/* $NetBSD: device.h,v 1.16 1996/07/10 17:52:04 cgd Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -164,6 +164,9 @@ struct device *config_found_sm __P((struct device *, void *, cfprint_t,
struct device *config_rootfound __P((char *, void *));
void config_scan __P((cfscan_t, struct device *));
struct device *config_attach __P((struct device *, void *, void *, cfprint_t));
+#ifdef __alpha__
+void device_register __P((struct device *, void *));
+#endif
void evcnt_attach __P((struct device *, const char *, struct evcnt *));
/* compatibility definitions */