mirror of https://github.com/xemu-project/xemu.git
16 lines
331 B
C
16 lines
331 B
C
/*
|
|
* IPMI SMBIOS firmware handling
|
|
*
|
|
* Copyright (c) 2024 Igor Mammedov, Red Hat, Inc.
|
|
*
|
|
* This work is licensed under the terms of the GNU GPL, version 2 or later.
|
|
* See the COPYING file in the top-level directory.
|
|
*/
|
|
|
|
#include "qemu/osdep.h"
|
|
#include "hw/firmware/smbios.h"
|
|
|
|
void smbios_add_usr_blob_size(size_t size)
|
|
{
|
|
}
|