zapit/include/zapit/frontend_types.h: add diseqc_order to frontend config

Origin commit data
------------------
Commit: 0deb430615
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
This commit is contained in:
[CST] Focus
2013-01-24 13:42:55 +04:00
parent 0bf665f0d7
commit ea320aea9c

View File

@@ -37,6 +37,7 @@ typedef struct frontend_config {
int uni_lnb;
int motorRotationSpeed;
int highVoltage;
int diseqc_order;
} frontend_config_t;
#endif // __FRONTEND_TYPES_H__