]> Pileus Git - ~andy/linux/blobdiff - include/asm-powerpc/ps3fb.h
[POWERPC] kprobes: Eliminate sstep exception if instruction can be emulated
[~andy/linux] / include / asm-powerpc / ps3fb.h
index 3f121fe4010d02144b30a9eefe6840e4f0cbbc78..ad81cf4319645ae0a20f5602f8bc970e0a2f6ddd 100644 (file)
@@ -41,4 +41,16 @@ struct ps3fb_ioctl_res {
        __u32 num_frames; /* num of frame buffers */
 };
 
+#ifdef __KERNEL__
+
+#ifdef CONFIG_FB_PS3
+extern void ps3fb_flip_ctl(int on);
+extern void ps3fb_cleanup(void);
+#else
+static inline void ps3fb_flip_ctl(int on) {}
+static inline void ps3fb_cleanup(void) {}
+#endif
+
+#endif /* __KERNEL__ */
+
 #endif /* _ASM_POWERPC_PS3FB_H_ */