aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ssb/ssb_embedded.h
blob: 80bd584964501852b79bd4d7a8fdc45ae5ccc1ac (plain)
1
2
3
4
5
6
7
8
9
10
#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_ */