summaryrefslogtreecommitdiff
path: root/include/net/pfe_eth/pfe/pfe_hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/pfe_eth/pfe/pfe_hw.h')
-rw-r--r--include/net/pfe_eth/pfe/pfe_hw.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/pfe_eth/pfe/pfe_hw.h b/include/net/pfe_eth/pfe/pfe_hw.h
index c69fc69130..71e4115afa 100644
--- a/include/net/pfe_eth/pfe/pfe_hw.h
+++ b/include/net/pfe_eth/pfe/pfe_hw.h
@@ -160,4 +160,10 @@ void hif_rx_enable(void);
void hif_rx_disable(void);
void hif_rx_desc_disable(void);
+#ifdef PFE_RESET_WA
+void pfe_command_stop(int argc, char *const argv[]);
+#else
+static void pfe_command_stop(int argc, char *const argv[]) {}
+#endif
+
#endif /* _PFE_H_ */