Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Whtiespace.



details:   https://anonhg.NetBSD.org/src/rev/717e66c4bacc
branches:  trunk
changeset: 794283:717e66c4bacc
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Mar 10 13:12:02 2014 +0000

description:
Whtiespace.

diffstat:

 sys/dev/usb/xhcivar.h |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (32 lines):

diff -r dc42fb10e52a -r 717e66c4bacc sys/dev/usb/xhcivar.h
--- a/sys/dev/usb/xhcivar.h     Mon Mar 10 13:10:41 2014 +0000
+++ b/sys/dev/usb/xhcivar.h     Mon Mar 10 13:12:02 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xhcivar.h,v 1.3 2014/03/10 13:10:41 skrll Exp $        */
+/*     $NetBSD: xhcivar.h,v 1.4 2014/03/10 13:12:02 skrll Exp $        */
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -116,14 +116,14 @@
        uint8_t sc_conf;
 };
 
-int             xhci_init(struct xhci_softc *);
-int             xhci_intr(void *);
-int             xhci_detach(struct xhci_softc *, int);
-int             xhci_activate(device_t, enum devact);
-void            xhci_childdet(device_t, device_t);
-bool            xhci_suspend(device_t, const pmf_qual_t *);
-bool            xhci_resume(device_t, const pmf_qual_t *);
-bool            xhci_shutdown(device_t, int);
+int    xhci_init(struct xhci_softc *);
+int    xhci_intr(void *);
+int    xhci_detach(struct xhci_softc *, int);
+int    xhci_activate(device_t, enum devact);
+void   xhci_childdet(device_t, device_t);
+bool   xhci_suspend(device_t, const pmf_qual_t *);
+bool   xhci_resume(device_t, const pmf_qual_t *);
+bool   xhci_shutdown(device_t, int);
 
 #define XHCI_TRANSFER_RING_TRBS 256
 



Home | Main Index | Thread Index | Old Index