Commit 12e21844 authored by Maciej Lipinski's avatar Maciej Lipinski

SHMEM: bump version, added flag for Low Phase Drift Calbiration

parent e72b21c9
...@@ -143,6 +143,9 @@ struct hal_port_state { ...@@ -143,6 +143,9 @@ struct hal_port_state {
int synchronized; // <>0 if port is synchronized int synchronized; // <>0 if port is synchronized
int portInfoUpdated; // Set to 1 when updated int portInfoUpdated; // Set to 1 when updated
/* Indicate support for Low Phase Drift Calibration (read from GW)*/
int lpc_supported;
/* needed for the Low Phase Drift Calibration */ /* needed for the Low Phase Drift Calibration */
struct hal_port_tx_setup_state *tx_setup_fsm; struct hal_port_tx_setup_state *tx_setup_fsm;
struct hal_port_rx_setup_state *rx_setup_fsm; struct hal_port_rx_setup_state *rx_setup_fsm;
...@@ -156,7 +159,8 @@ struct hal_temp_sensors { ...@@ -156,7 +159,8 @@ struct hal_temp_sensors {
}; };
/* This is the overall structure stored in shared memory */ /* This is the overall structure stored in shared memory */
#define HAL_SHMEM_VERSION 13 /* Version 13, added Low Phase Drift Calib */ #define HAL_SHMEM_VERSION 14 /* Version 14, added flag for
Low Phase Drift Calib */
struct hal_shmem_header { struct hal_shmem_header {
int nports; int nports;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment