diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2014-08-05 18:18:17 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2014-09-07 17:45:28 +0200 |
commit | dd05dc76a45718ad327d3fec69c259b873c39154 (patch) | |
tree | 827055a4545f1c370a6ccafc84d19deb2cdb5f73 /utils/hwstub/stub | |
parent | 43ca127ebfe9766c84a0456dbac5cafd5f4cb451 (diff) |
hwstub: don't put revision in the protocol, it's specific to the implementation
Change-Id: I1311a22da41fe977f1613f1e313a864baa03027c
Diffstat (limited to 'utils/hwstub/stub')
-rw-r--r-- | utils/hwstub/stub/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/hwstub/stub/protocol.h b/utils/hwstub/stub/protocol.h index 35510fa9b2..e358bb0a36 100644 --- a/utils/hwstub/stub/protocol.h +++ b/utils/hwstub/stub/protocol.h @@ -1 +1,3 @@ #include "../hwstub_protocol.h" + +#define HWSTUB_VERSION_REV 1
\ No newline at end of file |