mirror of
https://github.com/polyfractal/rustl8710.git
synced 2025-07-31 19:01:05 +00:00
Initial checkin
This commit is contained in:
parent
d4f581cea3
commit
34016a7bd3
1285 changed files with 536346 additions and 0 deletions
6
component/common/file_system/fatfs/disk_if/inc/sdcard.h
Normal file
6
component/common/file_system/fatfs/disk_if/inc/sdcard.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef _SDCARD_H_
|
||||
#define _SDCARD_H_
|
||||
#include "fatfs_ext/inc/ff_driver.h"
|
||||
|
||||
extern ll_diskio_drv SD_disk_Driver;
|
||||
#endif
|
||||
8
component/common/file_system/fatfs/disk_if/inc/usbdisk.h
Normal file
8
component/common/file_system/fatfs/disk_if/inc/usbdisk.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef _USBDISK_H_
|
||||
#define _USBDISK_H_
|
||||
|
||||
#include "fatfs_ext/inc/ff_driver.h"
|
||||
|
||||
extern ll_diskio_drv USB_disk_Driver;
|
||||
#endif
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue