lin
2025-07-31 065ea569db06206874bbfa18eb25ff6121aec09b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*****************************************************************
 *Copyright (C) 2021 Seekwave Tech Inc.
 *Filename : skw_sdio_host .h
 *Authors:seekwave platform
 *
 * This software is licensed under the terms of the the GNU
 * General Public License version 2, as published by the Free
 * Software Foundation, and may be copied, distributed, and
 * modified under those terms.
 *
 * This program is distributed in the hope that it will be usefull,
 * but without any warranty;without even the implied warranty of
 * merchantability or fitness for a partcular purpose. See the
 * GUN General Public License for more details.
 * **************************************************************/
#ifndef __SKW_SDIO_HOST_H__
#define __SKW_SDIO_HOST_H__
#include "skw_sdio.h"
//int skw_sdio_card_detect_change(int power_on);
int skw_sdio_mmc_rescan(int sd_id);
int skw_sdio_mmc_scan(int sd_id);
#endif /* __SKW_SDIO_HOST_H__ */