Add system properties.

This commit is contained in:
László Monda
2016-09-27 01:42:28 +02:00
parent 13a71ea826
commit 7855fa3f87
3 changed files with 71 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
#ifndef __SYSTEM_PROPERTIES_H__
#define __SYSTEM_PROPERTIES_H__
// Macros:
#define SYSTEM_PROPERTY_USB_PROTOCOL_VERSION 1
#define SYSTEM_PROPERTY_BRIDGE_PROTOCOL_VERSION 1
#define SYSTEM_PROPERTY_DATA_MODEL_VERSION 1
#define SYSTEM_PROPERTY_FIRMWARE_VERSION 1
#endif