aboutsummaryrefslogtreecommitdiff
path: root/include/hw/display/goldfish_fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/display/goldfish_fb.h')
-rw-r--r--include/hw/display/goldfish_fb.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/include/hw/display/goldfish_fb.h b/include/hw/display/goldfish_fb.h
new file mode 100644
index 000000000..0de06fe2f
--- /dev/null
+++ b/include/hw/display/goldfish_fb.h
@@ -0,0 +1,23 @@
+/*
+ * Goldfish Framebuffer public declarations.
+ *
+ * Copyright (C) 2014 Alex Bennée <alex.bennee@linaor.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ */
+
+#ifndef HW_DISPLAY_GOLDFISH_FB_H
+#define HW_DISPLAY_GOLDFISH_FB_H
+
+void goldfish_fb_set_rotation(int rotation);
+
+#endif /* HW_DISPLAY_GOLDFISH_FB_H */