protob: Add protobuf syntax tag

pull/41/head
Aleksey Popov 7 years ago committed by Pavol Rusnak
parent ee211f4bc8
commit c88d7b962a

@ -1,3 +1,5 @@
syntax = "proto2";
/**
* Configuration format for TREZOR plugin
*/

@ -1,3 +1,5 @@
syntax = "proto2";
/**
* Messages for TREZOR communication
*/

@ -1,3 +1,5 @@
syntax = "proto2";
/**
* Storage area of TREZOR
*/

@ -1,3 +1,5 @@
syntax = "proto2";
/**
* Types for TREZOR communication
*

Loading…
Cancel
Save