Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys forgot to commit this - prototype for device_registe...



details:   https://anonhg.NetBSD.org/src/rev/f8b05499d013
branches:  trunk
changeset: 750687:f8b05499d013
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jan 10 20:11:50 2010 +0000

description:
forgot to commit this - prototype for device_register_post_config()

diffstat:

 sys/sys/device.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 8e30021e55fa -r f8b05499d013 sys/sys/device.h
--- a/sys/sys/device.h  Sun Jan 10 19:40:11 2010 +0000
+++ b/sys/sys/device.h  Sun Jan 10 20:11:50 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: device.h,v 1.131 2010/01/08 20:07:14 dyoung Exp $ */
+/* $NetBSD: device.h,v 1.132 2010/01/10 20:11:50 martin Exp $ */
 
 /*
  * Copyright (c) 1996, 2000 Christopher G. Demetriou
@@ -488,6 +488,9 @@
 #ifdef __HAVE_DEVICE_REGISTER
 void           device_register(device_t, void *);
 #endif
+#ifdef __HAVE_DEVICE_REGISTER_POSTCONFIG
+void           device_register_post_config(device_t, void *);
+#endif
 
 devclass_t     device_class(device_t);
 cfdata_t       device_cfdata(device_t);



Home | Main Index | Thread Index | Old Index