]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/xmon.h
[PATCH] smbfs endianness annotations
[linux-2.6] / include / asm-powerpc / xmon.h
index c02dd0ce13acae2682a1bdca180f20732531b38b..f1d337ed68d5bfdaf16ee9eaf6823ffa2ead81d7 100644 (file)
 
 #ifdef __KERNEL__
 
-extern void xmon_init(int);
+#ifdef CONFIG_XMON
+extern void xmon_setup(void);
+#else
+static inline void xmon_setup(void) { };
+#endif
 
 #endif /* __KERNEL __ */
 #endif /* __ASM_POWERPC_XMON_H */