aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat_dummy.c
blob: bafb1847172317c2eb09a5b9362c9921f7453621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/*
 * (C) notaz, 2010
 *
 * This work is licensed under the terms of the GNU GPLv2 or later.
 * See the COPYING file in the top-level directory.
 */

#include "common/input.h"
#include "linux/fbdev.h"

struct vout_fbdev *layer_fb;
int g_layer_x, g_layer_y, g_layer_w, g_layer_h;
struct in_default_bind in_evdev_defbinds[] = {
	{ 0, 0, 0 },
};

int omap_enable_layer(int enabled)
{
	return 0;
}

void plat_video_menu_enter(int is_rom_loaded)
{
}

void plat_video_menu_begin(void)
{
}

void plat_video_menu_end(void)
{
}

void plat_video_menu_leave(void)
{
}

void plat_init(void)
{
}

void plat_finish(void)
{
}

void in_update_analogs(void)
{
}

void pandora_rescan_inputs(void)
{
}