/* * Copyright (c) 2023 HPMicro * * SPDX-License-Identifier: BSD-3-Clause * */ #ifndef SPI_SD_ADAPT_H #define SPI_SD_ADAPT_H #include "hpm_common.h" #include "hpm_spi_sdcard.h" hpm_stat_t spi_sd_init(void); #endif