Michael Buesch | 42bfad4 | 2008-02-19 12:41:30 +0100 | [diff] [blame^] | 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_ */ |