42a41c696d
* [DM/FEATURE] Support block for SCSI 1. Support SD and CD-ROM. 2. SD will port to UFS and ATA device. Signed-off-by: GuEe-GUI <2991707448@qq.com>
17 lines
323 B
C
17 lines
323 B
C
/*
|
|
* Copyright (c) 2006-2023, RT-Thread Development Team
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
* 2023-02-25 GuEe-GUI the first version
|
|
*/
|
|
|
|
#ifndef __DFS_ISO9660_H__
|
|
#define __DFS_ISO9660_H__
|
|
|
|
int dfs_iso9660_init(void);
|
|
|
|
#endif /* __DFS_ISO9660_H__ */
|