b257a9619b
Agreed with espie.
16 lines
350 B
Plaintext
16 lines
350 B
Plaintext
$OpenBSD: patch-usb-stub_c,v 1.1.1.1 2010/05/27 17:33:43 fgsch Exp $
|
|
--- usb-stub.c.orig Tue Jun 17 19:33:23 2008
|
|
+++ usb-stub.c Tue Jun 17 19:33:23 2008
|
|
@@ -0,0 +1,11 @@
|
|
+#include "vl.h"
|
|
+
|
|
+void usb_host_info(void)
|
|
+{
|
|
+ term_printf("USB host devices not supported\n");
|
|
+}
|
|
+
|
|
+USBDevice *usb_host_device_open(const char *devname)
|
|
+{
|
|
+ return NULL;
|
|
+}
|