Whtiespace.

This commit is contained in:
skrll 2014-03-10 13:12:02 +00:00
parent 30f3fc91b8
commit 077aa0481a
1 changed files with 9 additions and 9 deletions

View File

@ -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 @@ struct xhci_softc {
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