Merge tag 'pull-error-2024-05-27' of https://repo.or.cz/qemu/armbru into staging
[qemu/kevin.git] / hw / i386 / pc_sysfw_ovmf-stubs.c
blobaabe78b27100046245838f21ef414cb13c4dee9c
1 /*
2 * QEMU PC System Firmware (OVMF stubs)
4 * Copyright (c) 2021 Red Hat, Inc.
6 * Author:
7 * Philippe Mathieu-Daudé <philmd@redhat.com>
9 * SPDX-License-Identifier: GPL-2.0-or-later
11 * This work is licensed under the terms of the GNU GPL, version 2 or later.
12 * See the COPYING file in the top-level directory.
15 #include "qemu/osdep.h"
16 #include "hw/i386/pc.h"
18 bool pc_system_ovmf_table_find(const char *entry, uint8_t **data, int *data_len)
20 g_assert_not_reached();
23 void pc_system_parse_ovmf_flash(uint8_t *flash_ptr, size_t flash_size)
25 g_assert_not_reached();