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