summaryrefslogtreecommitdiff
path: root/utils/MTP/beastpatcher/mtp_common.h
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-06-12 16:35:34 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-06-12 16:35:34 +0000
commit11fa12c366a0d33b198fea657dca18bc9d658b61 (patch)
tree11ea8b241b5c4b962ad3b7f1d6a4fc072aa0c82a /utils/MTP/beastpatcher/mtp_common.h
parent1240216a7581adf9dd018282e33bd6261934f4c2 (diff)
downloadrockbox-11fa12c366a0d33b198fea657dca18bc9d658b61.tar.gz
rockbox-11fa12c366a0d33b198fea657dca18bc9d658b61.zip
Implement sendfirm functionality in beastpatcher. Set svn:eol-style properties.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21260 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/MTP/beastpatcher/mtp_common.h')
-rw-r--r--utils/MTP/beastpatcher/mtp_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/MTP/beastpatcher/mtp_common.h b/utils/MTP/beastpatcher/mtp_common.h
index 4b60fa08da..2ca87c7509 100644
--- a/utils/MTP/beastpatcher/mtp_common.h
+++ b/utils/MTP/beastpatcher/mtp_common.h
@@ -66,5 +66,6 @@ int mtp_finished(struct mtp_info_t* mtp_info);
66int mtp_scan(struct mtp_info_t* mtp_info); 66int mtp_scan(struct mtp_info_t* mtp_info);
67int mtp_send_firmware(struct mtp_info_t* mtp_info, unsigned char* fwbuf, 67int mtp_send_firmware(struct mtp_info_t* mtp_info, unsigned char* fwbuf,
68 int fwsize); 68 int fwsize);
69int mtp_send_file(struct mtp_info_t* mtp_info, const char* filename);
69 70
70#endif /* !_MTP_COMMON_H */ 71#endif /* !_MTP_COMMON_H */