]> Git Repo - qemu.git/blame - stubs/fw_cfg.c
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20191220-pull-request' into...
[qemu.git] / stubs / fw_cfg.c
CommitLineData
b15c0f7d
PMD
1/*
2 * fw_cfg stubs
3 *
4 * Copyright (c) 2019 Red Hat, Inc.
5 *
6 * Author:
7 * Philippe Mathieu-Daudé <[email protected]>
8 *
9 * SPDX-License-Identifier: GPL-2.0-or-later
10 *
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.
13 */
14
15#include "qemu/osdep.h"
16#include "hw/nvram/fw_cfg.h"
17
18const char *fw_cfg_arch_key_name(uint16_t key)
19{
20 return NULL;
21}
This page took 0.06056 seconds and 4 git commands to generate.