xref: /openbmc/qemu/hw/smbios/smbios-stub.c (revision 0ca6745c)
11007a37eSLeif Lindholm /*
21007a37eSLeif Lindholm  * SMBIOS stubs for platforms that don't support SMBIOS.
31007a37eSLeif Lindholm  *
41007a37eSLeif Lindholm  * Copyright (c) 2010 Isaku Yamahata <yamahata at valinux co jp>
51007a37eSLeif Lindholm  *                    VA Linux Systems Japan K.K.
61007a37eSLeif Lindholm  * Copyright (c) 2016 Leif Lindholm <leif.lindholm@linaro.org>
71007a37eSLeif Lindholm  *                    Linaro Ltd.
81007a37eSLeif Lindholm  *
91007a37eSLeif Lindholm  * This program is free software; you can redistribute it and/or modify
101007a37eSLeif Lindholm  * it under the terms of the GNU General Public License as published by
111007a37eSLeif Lindholm  * the Free Software Foundation; either version 2 of the License, or
121007a37eSLeif Lindholm  * (at your option) any later version.
131007a37eSLeif Lindholm  *
141007a37eSLeif Lindholm  * This program is distributed in the hope that it will be useful,
151007a37eSLeif Lindholm  * but WITHOUT ANY WARRANTY; without even the implied warranty of
161007a37eSLeif Lindholm  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
171007a37eSLeif Lindholm  * GNU General Public License for more details.
181007a37eSLeif Lindholm  *
191007a37eSLeif Lindholm  * You should have received a copy of the GNU General Public License along
201007a37eSLeif Lindholm  * with this program; if not, see <http://www.gnu.org/licenses/>.
211007a37eSLeif Lindholm  */
221007a37eSLeif Lindholm 
231007a37eSLeif Lindholm #include "qemu/osdep.h"
24a2eb5c0cSPhilippe Mathieu-Daudé #include "hw/firmware/smbios.h"
251007a37eSLeif Lindholm 
smbios_entry_add(QemuOpts * opts,Error ** errp)261007a37eSLeif Lindholm void smbios_entry_add(QemuOpts *opts, Error **errp)
271007a37eSLeif Lindholm {
28*0ca6745cSMarkus Armbruster     g_assert_not_reached();
291007a37eSLeif Lindholm }
30