aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fec.h')
-rw-r--r--include/linux/fec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fec.h b/include/linux/fec.h
index bcff455d1d53..1454a503622d 100644
--- a/include/linux/fec.h
+++ b/include/linux/fec.h
@@ -19,6 +19,7 @@
struct fec_platform_data {
phy_interface_t phy;
unsigned char mac[ETH_ALEN];
+ void (*sleep_mode_enable)(int enabled);
};
#endif