aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/ResponsePacket.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-06-01 06:42:21 +1000
committerBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-06-01 07:06:09 +1000
commit1ef6e97b9089042316b49bb6c01668b531e2eae5 (patch)
treef36ea3f02ee5fbb2eec9f56beb1384125cee2e6b /heimdall/source/ResponsePacket.h
parent47faaf001de6342b7839f1108034ab65d35f1faf (diff)
downloadexternal_heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.zip
external_heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar.gz
external_heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar.bz2
1.2.0b Heimdall command line update. Large update that adds lots of PIT file functionality and better support for more devices.
Diffstat (limited to 'heimdall/source/ResponsePacket.h')
-rw-r--r--heimdall/source/ResponsePacket.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/heimdall/source/ResponsePacket.h b/heimdall/source/ResponsePacket.h
index ce799b5..8cafc95 100644
--- a/heimdall/source/ResponsePacket.h
+++ b/heimdall/source/ResponsePacket.h
@@ -32,11 +32,11 @@ namespace Heimdall
enum
{
- kResponseTypeSendFilePart = 0x00,
- kResponseTypeDeviceInfo = 0x64,
- kResponseTypePitFile = 0x65,
- kResponseTypeFileTransfer = 0x66,
- kResponseTypeRebootDevice = 0x67
+ kResponseTypeSendFilePart = 0x00,
+ kResponseTypeDeviceInfo = 0x64,
+ kResponseTypePitFile = 0x65,
+ kResponseTypeFileTransfer = 0x66,
+ kResponseTypeEndSession = 0x67
};
private: