aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/BridgeManager.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2012-03-28 23:59:27 +1100
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2012-03-28 23:59:27 +1100
commitee02a9c7c51d069de26f04d8d9464d573ed82d22 (patch)
treeb82798f845129c76fec7e2a982bf4b5b2849c2a8 /heimdall/source/BridgeManager.h
parente40e701387c10663fc3f415e5f5189698c1782ab (diff)
downloadexternal_heimdall-ee02a9c7c51d069de26f04d8d9464d573ed82d22.zip
external_heimdall-ee02a9c7c51d069de26f04d8d9464d573ed82d22.tar.gz
external_heimdall-ee02a9c7c51d069de26f04d8d9464d573ed82d22.tar.bz2
Made the last parameter of EndFileTransferPacket partitionType (obtained
from the device's PIT)
Diffstat (limited to 'heimdall/source/BridgeManager.h')
-rw-r--r--heimdall/source/BridgeManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/heimdall/source/BridgeManager.h b/heimdall/source/BridgeManager.h
index f929ac9..a1586c8 100644
--- a/heimdall/source/BridgeManager.h
+++ b/heimdall/source/BridgeManager.h
@@ -121,8 +121,8 @@ namespace Heimdall
bool SendPitFile(FILE *file) const;
int ReceivePitFile(unsigned char **pitBuffer) const;
- bool SendFile(FILE *file, int destination, int fileIdentifier = -1) const;
- bool ReceiveDump(int chipType, int chipId, FILE *file) const;
+ bool SendFile(FILE *file, unsigned int destination, unsigned int partitionType, unsigned int fileIdentifier = 0xFFFFFFFF) const;
+ bool ReceiveDump(unsigned int chipType, unsigned int chipId, FILE *file) const;
bool IsVerbose(void) const
{