linux/drivers/firmware/efi/libstub/smbios.c

// SPDX-License-Identifier: GPL-2.0-only
// Copyright 2022 Google LLC
// Author: Ard Biesheuvel <[email protected]>

#include <linux/efi.h>

#include "efistub.h"

efi_smbios_protocol_t;

efi_smbios_protocol;

const struct efi_smbios_record *efi_get_smbios_record(u8 type)
{}

const u8 *__efi_get_smbios_string(const struct efi_smbios_record *record,
				  const u8 *offset)
{}