2 * QEMU PC System Firmware (OVMF stubs)
4 * Copyright (c) 2021 Red Hat, Inc.
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();