Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
H
HWSupport
U
USB
Controllers
XHCIDriver
Commits
bb2e5a20
Commit
bb2e5a20
authored
Oct 08, 2017
by
Robert Sprowson
Browse files
Use local copy of header
The file's there, just looking somewhere else. Retagged as XHCIDriver-0_23.
parent
eb50b9ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
c/usbroothub_subr
c/usbroothub_subr
+4
-0
c/xhci
c/xhci
+1
-1
No files found.
c/usbroothub_subr
View file @
bb2e5a20
...
...
@@ -27,7 +27,11 @@
*/
#include <dev/usb/usb.h>
#ifndef __riscos
#include <dev/usb/usbroothub_subr.h>
#else
#include "usbroothub_subr.h"
#endif
/* helper functions for USB root hub emulation */
...
...
c/xhci
View file @
bb2e5a20
...
...
@@ -73,7 +73,7 @@ __KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.29 2015/08/19 06:23:35 skrll Exp $");
#include "dev/usb/usb.h"
#include "dev/usb/usbdi.h"
#include "dev/usb/usbdivar.h"
#include "
dev/usb/
usbroothub_subr.h"
#include "usbroothub_subr.h"
#include "glue.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment