Browse Source

ar71xx: add external_reset field to ath9k_platform_data

SVN-Revision: 27082
Gabor Juhos 14 years ago
parent
commit
af4cae4498
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/ar71xx/files/include/linux/ath9k_platform.h

+ 1 - 0
target/linux/ar71xx/files/include/linux/ath9k_platform.h

@@ -31,6 +31,7 @@ struct ath9k_platform_data {
 
 	bool is_clk_25mhz;
 	int (*get_mac_revision)(void);
+	int (*external_reset)(void);
 };
 
 #endif /* _LINUX_ATH9K_PLATFORM_H */