summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/os/dfu.h
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-12 16:54:59 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-12 16:54:59 +0000
commitad18651cdc0da907b0343651c73aa4b5e8f6af43 (patch)
tree2b1d879a334d35660d5f6669ef98ed6d8f0248a5 /openpcd/firmware/src/os/dfu.h
parentf71a643ed688a4ab373c68a9df0933e4acbee809 (diff)
- fix bootloader switch detection
git-svn-id: https://svn.openpcd.org:2342/trunk@182 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/src/os/dfu.h')
-rw-r--r--openpcd/firmware/src/os/dfu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpcd/firmware/src/os/dfu.h b/openpcd/firmware/src/os/dfu.h
index e68f62d..8786044 100644
--- a/openpcd/firmware/src/os/dfu.h
+++ b/openpcd/firmware/src/os/dfu.h
@@ -56,7 +56,7 @@ struct udp_pcd;
#endif
-extern void udp_init(void);
+extern void __dfufunc udp_init(void);
struct _dfu_desc {
struct usb_config_descriptor ucfg;
personal git repositories of Harald Welte. Your mileage may vary