diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2005-11-09 00:39:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:34 -0500 |
commit | 33ee82978c4ecf7cbd56064391c9385264185de2 (patch) | |
tree | 3c5ac7257f79d6487ef6365625296f3cb5522d10 /drivers/video/console/fbcon_rotate.h | |
parent | dbcbfe1ea41e404d960a06fa2faf7da568909f33 (diff) |
[PATCH] fbcon: Console Rotation - Add support for 180-degree console rotation
Add support for 180-degree (upside down) rotation of the console. To
activate, boot with:
fbcon=rotate:2
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/console/fbcon_rotate.h')
-rw-r--r-- | drivers/video/console/fbcon_rotate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/console/fbcon_rotate.h b/drivers/video/console/fbcon_rotate.h index 709e6b49eab4..f8ddcd6bd89c 100644 --- a/drivers/video/console/fbcon_rotate.h +++ b/drivers/video/console/fbcon_rotate.h | |||
@@ -100,4 +100,5 @@ static inline void rotate_ccw(const char *in, char *out, u32 width, u32 height) | |||
100 | } | 100 | } |
101 | 101 | ||
102 | extern void fbcon_rotate_cw(struct fbcon_ops *ops); | 102 | extern void fbcon_rotate_cw(struct fbcon_ops *ops); |
103 | extern void fbcon_rotate_ud(struct fbcon_ops *ops); | ||
103 | #endif | 104 | #endif |