summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/include/intelblocks/sd.h
blob: aa615e88a684325788bb1f4433025e13762065a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef SOC_INTEL_COMMON_BLOCK_SD_H
#define SOC_INTEL_COMMON_BLOCK_SD_H

#include <acpi/acpi_device.h>

/*
 * Fill the GPIO Interrupt or I/O information that will be used for the
 * GPIO Connection Descriptor.
 */
int sd_fill_soc_gpio_info(struct acpi_gpio* gpio, const struct device *dev);

#endif /* SOC_INTEL_COMMON_BLOCK_SD_H */