]> err.no Git - linux-2.6/blobdiff - drivers/video/console/fbcon_rotate.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
[linux-2.6] / drivers / video / console / fbcon_rotate.h
index 709e6b49eab4fbbe7e86c660fdec8645178c8f7f..90c672096c2e3e4e2340771a55930350b3521b03 100644 (file)
@@ -100,4 +100,6 @@ static inline void rotate_ccw(const char *in, char *out, u32 width, u32 height)
 }
 
 extern void fbcon_rotate_cw(struct fbcon_ops *ops);
+extern void fbcon_rotate_ud(struct fbcon_ops *ops);
+extern void fbcon_rotate_ccw(struct fbcon_ops *ops);
 #endif