$NetBSD: patch-uf,v 1.2 2007/10/21 19:29:17 noud4 Exp $

--- /dev/null	2007-10-14 19:58:41.000000000 +0200
+++ usb-stub.c	2007-10-14 20:14:25.000000000 +0200
@@ -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;
+}
