ssb: Fix watchdog access for devices without a chipcommon
[cascardo/linux.git] / include / linux / ssb / ssb_embedded.h
1 #ifndef LINUX_SSB_EMBEDDED_H_
2 #define LINUX_SSB_EMBEDDED_H_
3
4 #include <linux/types.h>
5 #include <linux/ssb/ssb.h>
6
7
8 extern int ssb_watchdog_timer_set(struct ssb_bus *bus, u32 ticks);
9
10 #endif /* LINUX_SSB_EMBEDDED_H_ */