summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/include/intelblocks/sd.h
blob: 25ce242354924ec96e0d8e43d2e354f9744f2edc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#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 */