1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (c) 2011 The Chromium OS Authors.
6 #include <api_public.h>
8 #include <linux/types.h>
10 /* TODO(clchiou): add support of video device */
12 int display_get_info(int type, struct display_info *di)
19 debug("%s: unsupport display device type: %d\n",
28 int display_draw_bitmap(ulong bitmap, int x, int y)
35 void display_clear(void)