summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/os/usb_handler.h
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 04:42:17 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 04:42:17 +0000
commit83c18361d821819208e5d8024e8b557c359fdc7d (patch)
tree78bf53a2540e36207638c4735b116432299a998d /openpcd/firmware/src/os/usb_handler.h
parent3a98ae12852a75f2331571fafb148f55ee073969 (diff)
- cosmetic cleanup
git-svn-id: https://svn.openpcd.org:2342/trunk@146 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/src/os/usb_handler.h')
-rw-r--r--openpcd/firmware/src/os/usb_handler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openpcd/firmware/src/os/usb_handler.h b/openpcd/firmware/src/os/usb_handler.h
index a281c66..3efcc1f 100644
--- a/openpcd/firmware/src/os/usb_handler.h
+++ b/openpcd/firmware/src/os/usb_handler.h
@@ -2,12 +2,14 @@
#define _USB_HANDLER_H
#include "openpcd.h"
+#include <os/req_ctx.h>
#define MAX_PAYLOAD_LEN (64 - sizeof(struct openpcd_hdr))
typedef int usb_cmd_fn(struct req_ctx *rctx);
extern int usb_hdlr_register(usb_cmd_fn *hdlr, u_int8_t class);
+extern void usb_hdlr_unregister(u_int8_t class);
extern void usb_in_process(void);
extern void usb_out_process(void);
personal git repositories of Harald Welte. Your mileage may vary