diff options
Diffstat (limited to 'include/linux/wlan_plat.h')
| -rw-r--r-- | include/linux/wlan_plat.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/wlan_plat.h b/include/linux/wlan_plat.h index 0607a6ea276..ada009b5ec6 100644 --- a/include/linux/wlan_plat.h +++ b/include/linux/wlan_plat.h @@ -1,6 +1,7 @@ /* include/linux/wlan_plat.h * - * Copyright (C) 2010 Google, Inc. + * Copyright (c) 2010 Google, Inc. + * Copyright (c) 2013 NVIDIA Corporation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and @@ -15,6 +16,8 @@ #ifndef _LINUX_WLAN_PLAT_H_ #define _LINUX_WLAN_PLAT_H_ +#include <linux/sysedp.h> + #define WLAN_PLAT_NODFS_FLAG 0x01 #define WLAN_PLAT_AP_FLAG 0x02 @@ -34,6 +37,7 @@ struct wifi_platform_data { #define WIFI_PR_WAIT_FOR_READY 4 bool (*partial_resume)(int action); #endif + struct sysedp_consumer *sysedpc; }; #endif |
