summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/inc/context.h
diff options
context:
space:
mode:
authorNicolas Schodet2011-01-11 11:02:11 +0100
committerNicolas Schodet2011-01-14 17:53:26 +0100
commit9cf9f21b1f1e69e8a79d0b43603b74c421e3d76a (patch)
tree51e4f259eeb29481652b4cf25cecebac595fc686 /cesar/hal/phy/inc/context.h
parent8a4bf8be7d5b77898da7b1317c69e439e61cf574 (diff)
cesar/hal/phy: use a differentiated stat for RESYS restart, refs #2156
Diffstat (limited to 'cesar/hal/phy/inc/context.h')
-rw-r--r--cesar/hal/phy/inc/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/hal/phy/inc/context.h b/cesar/hal/phy/inc/context.h
index 433fcde1fa..8b465f97f1 100644
--- a/cesar/hal/phy/inc/context.h
+++ b/cesar/hal/phy/inc/context.h
@@ -22,6 +22,8 @@ struct phy_stats_t
{
/** Watchdog expired due to hardware bug. */
uint watchdog_expired;
+ /** RESYS restarted due to hardware bug. */
+ uint resys_restarted;
};
typedef struct phy_stats_t phy_stats_t;