aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/BridgeManager.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-07 00:23:19 +1000
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-07 00:23:19 +1000
commit9b56396ba19617b70ebde5f5072ad8b401697e50 (patch)
treeabc5c6d188d4008f2fb3b3b0a0f2b1ff89a2c12d /heimdall/source/BridgeManager.h
parent9f957a193701788cac66292daea2c89ed94a033f (diff)
downloadexternal_heimdall-9b56396ba19617b70ebde5f5072ad8b401697e50.zip
external_heimdall-9b56396ba19617b70ebde5f5072ad8b401697e50.tar.gz
external_heimdall-9b56396ba19617b70ebde5f5072ad8b401697e50.tar.bz2
It would seem that messing around with line coding etc. is not necessary.
Diffstat (limited to 'heimdall/source/BridgeManager.h')
-rw-r--r--heimdall/source/BridgeManager.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/heimdall/source/BridgeManager.h b/heimdall/source/BridgeManager.h
index 04b03c3..9ebbdae 100644
--- a/heimdall/source/BridgeManager.h
+++ b/heimdall/source/BridgeManager.h
@@ -89,14 +89,6 @@ namespace Heimdall
Default = Error
};
- typedef struct
- {
- unsigned int dteRate;
- unsigned char charFormat;
- unsigned char parityType;
- unsigned char dataBits;
- } LineCoding;
-
private:
static const DeviceIdentifier supportedDevices[kSupportedDeviceCount];
@@ -133,9 +125,6 @@ namespace Heimdall
bool InitialiseProtocol(void);
- bool SetControlLineState(unsigned short controlSignalFlags);
- bool SetControlLineCoding(LineCoding lineCoding);
-
bool SendBulkTransfer(unsigned char *data, int length, int timeout = 3000, bool retry = true) const;
public: