diff options
author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-08 20:02:58 +0000 |
---|---|---|
committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-08 20:02:58 +0000 |
commit | 812c69de2e0b968bd0ff431adf40b09086da39aa (patch) | |
tree | 29c4fc3d5eb4feb889a4337cd810c8e76e6230ea | |
parent | 0fb97f5cd94e01747bc4784deb1bd6d3c7db5e39 (diff) |
add missing prototype
git-svn-id: https://svn.openpcd.org:2342/trunk@86 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
-rw-r--r-- | openpcd/firmware/src/usb_handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpcd/firmware/src/usb_handler.h b/openpcd/firmware/src/usb_handler.h index a09b447..70c9352 100644 --- a/openpcd/firmware/src/usb_handler.h +++ b/openpcd/firmware/src/usb_handler.h @@ -2,5 +2,6 @@ #define _USB_HANDLER_H extern void usb_in_process(void); +extern void usb_out_process(void); #endif |