blob: 75b471cf952951e17c0487fda552d9b899513a33 [file] [log] [blame]
David 'Digit' Turner055ae422010-07-27 11:34:16 -07001/* Copyright (C) 2010 The Android Open Source Project
2**
3** This software is licensed under the terms of the GNU General Public
4** License version 2, as published by the Free Software Foundation, and
5** may be copied, distributed, and modified under those terms.
6**
7** This program is distributed in the hope that it will be useful,
8** but WITHOUT ANY WARRANTY; without even the implied warranty of
9** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10** GNU General Public License for more details.
11*/
12#ifndef _ANDROID_DISPLAY_H
13#define _ANDROID_DISPLAY_H
14
David 'Digit' Turner1c31e3e2013-12-14 20:07:17 +010015#include "ui/console.h"
David 'Digit' Turnere3fdd072011-02-02 14:43:23 +010016#include "android/framebuffer.h"
David 'Digit' Turner055ae422010-07-27 11:34:16 -070017
18extern void android_display_init(DisplayState* ds, QFrameBuffer* qfbuff);
19
20#endif /* _ANDROID_DISPLAY_H */