summaryrefslogtreecommitdiff
path: root/include/virtio.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-19 23:24:05 +0300
committerAnatolij Gustschin <agust@denx.de>2021-12-27 01:33:24 +0300
commitd8bf49fa20bf1bf8b94e574a651e117da21a632c (patch)
tree3c240f9430256bebeab3ef3252c731e9eb35d89d /include/virtio.h
parent7a8555d871361a1e36152c25826359704c1e46de (diff)
downloadu-boot-d8bf49fa20bf1bf8b94e574a651e117da21a632c.tar.xz
video: Support virtio devices with the splash screen
This is useful for showing a logo when booting from qemu. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/virtio.h')
-rw-r--r--include/virtio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/virtio.h b/include/virtio.h
index a42bdad6b8..34e2bfdcdd 100644
--- a/include/virtio.h
+++ b/include/virtio.h
@@ -20,6 +20,7 @@
#ifndef __VIRTIO_H__
#define __VIRTIO_H__
+#include <virtio_types.h>
#include <linux/bitops.h>
#include <linux/bug.h>
#define VIRTIO_ID_NET 1 /* virtio net */