Go to the documentation of this file.
17 #ifndef __ASM_ARCH_MSM_BOARD_H
18 #define __ASM_ARCH_MSM_BOARD_H
20 #include <linux/types.h>
35 unsigned int stat_irq,
unsigned long stat_irq_flags);
37 #if defined(CONFIG_MSM_SMD) && defined(CONFIG_DEBUG_FS)
38 int smd_debugfs_init(
void);
40 static inline int smd_debugfs_init(
void) {
return 0; }