aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/qemu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/qemu.h')
-rw-r--r--arch/x86/include/asm/qemu.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/x86/include/asm/qemu.h b/arch/x86/include/asm/qemu.h
new file mode 100644
index 0000000..f1e95ff
--- /dev/null
+++ b/arch/x86/include/asm/qemu.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Generic QEMU header
+ *
+ * Copyright 2023 Google LLC
+ */
+
+#ifndef __QEMU_H
+#define __QEMU_H
+
+/* set up the chipset for QEMU so that video can be used */
+void qemu_chipset_init(void);
+
+#endif