Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ssb_embedded.h
Go to the documentation of this file.
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 /* Generic GPIO API */
11 u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask);
17 
18 #endif /* LINUX_SSB_EMBEDDED_H_ */