diff options
author | Benjamin Dobell <benjamin.dobell@glassechidna.com.au> | 2011-05-31 22:42:21 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell@glassechidna.com.au> | 2011-05-31 23:06:09 +0200 |
commit | 1ef6e97b9089042316b49bb6c01668b531e2eae5 (patch) | |
tree | f36ea3f02ee5fbb2eec9f56beb1384125cee2e6b /heimdall/source/ResponsePacket.h | |
parent | Made "make install" install the udev rules. (diff) | |
download | Heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar Heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar.gz Heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar.bz2 Heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar.lz Heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar.xz Heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar.zst Heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.zip |
Diffstat (limited to '')
-rw-r--r-- | heimdall/source/ResponsePacket.h | 10 |
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:
|