fix compile warnings for gcc 6.2.0
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / init / init.h
index e346bd2e54e505a1c09c0d4645558ebf83e28da1..4ad0fe9d3fe418d47a487b3282334455aed7b68d 100644 (file)
@@ -37,6 +37,7 @@
 #define ALLOCRAM_SIZE        ( SYS_RAM_SZIE - ( ALLOCRAM_START - SYS_D_RAM_REGION_0_BASE) - SYS_D_RAM_STACK_SIZE)
 
 #include "regdump.h"
+#include <linux/compiler.h>
 
 #define SBOOT_PATTERN 0x5342
 #define IS_FLASHBOOT() (((DEBUG_SYSTEM_STATE&~(0x0000ffff))>>16==SBOOT_PATTERN))
@@ -65,7 +66,11 @@ extern void _fw_usb_reset_fifo(void);
 
 #endif
 
+#if defined(PROJECT_MAGPIE)
+void change_magpie_clk(void);
+#endif
 
 void fatal_exception_func();
 void init_mem();
 void __noreturn wlan_task();
+void reset_EP4_FIFO(void);