blob: 444bd7975a1fb40051487a0654beb04ea87f8d88 [file] [log] [blame]
Anthony Liguori234c69c2013-04-16 09:45:17 -05001/*
2 * libqos fw_cfg support for PC
3 *
4 * Copyright IBM, Corp. 2012-2013
5 *
6 * Authors:
7 * Anthony Liguori <aliguori@us.ibm.com>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
11 */
12
13#ifndef LIBQOS_FW_CFG_PC_H
14#define LIBQOS_FW_CFG_PC_H
15
16#include "libqos/fw_cfg.h"
17
18QFWCFG *pc_fw_cfg_init(void);
19
20#endif