blob: 28b89746a7f175c75b6664115338c6ac1740fcdb [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef __ACPI_ACPIGEN_DSM_H__
#define __ACPI_ACPIGEN_DSM_H__
#include <stdint.h>
struct dsm_i2c_hid_config {
uint8_t hid_desc_reg_offset;
};
void acpigen_write_dsm_i2c_hid(struct dsm_i2c_hid_config *config);
#endif /* __ACPI_ACPIGEN_DSM_H__ */