]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/xmon.h
[NETFILTER]: ctnetlink: add support for NAT sequence adjustments
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / xmon.h
index c02dd0ce13acae2682a1bdca180f20732531b38b..88320a05f0a8738615bc8ea62c5cc606edf9ff15 100644 (file)
 
 #ifdef __KERNEL__
 
-extern void xmon_init(int);
+#ifdef CONFIG_XMON
+extern void xmon_setup(void);
+extern void xmon_register_spus(struct list_head *list);
+#else
+static inline void xmon_setup(void) { };
+static inline void xmon_register_spus(struct list_head *list) { };
+#endif
 
 #endif /* __KERNEL __ */
 #endif /* __ASM_POWERPC_XMON_H */