SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
sys-sdhci.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef __SDHCI_H__
4#define __SDHCI_H__
5
6#ifdef CONFIG_CHIP_MMC_V2
7#include <mmc/sys-sdhci.h>
8#else
9#include <sdhci/sys-sdhci.h>
10#endif /* CONFIG_CHIP_MMC_V2 */
11
12#endif /* __SDHCI_H__ */