42bfad4f71
This fixes the SSB watchdog access for devices without a chipcommon. These devices have the watchdog on the extif. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
10 lines
218 B
C
10 lines
218 B
C
#ifndef LINUX_SSB_EMBEDDED_H_
|
|
#define LINUX_SSB_EMBEDDED_H_
|
|
|
|
#include <linux/types.h>
|
|
#include <linux/ssb/ssb.h>
|
|
|
|
|
|
extern int ssb_watchdog_timer_set(struct ssb_bus *bus, u32 ticks);
|
|
|
|
#endif /* LINUX_SSB_EMBEDDED_H_ */
|