移动了文件位置

This commit is contained in:
2026-04-18 09:16:58 +08:00
parent 2b49081589
commit 1575212f13
10236 changed files with 72 additions and 1436438 deletions

View File

@@ -0,0 +1,22 @@
/**
* @file disk_usb.h
*
* Copyright (c) 2022 Semidrive Semiconductor.
* All rights reserved.
*
* Description:
*
* Revision History:
* -----------------
*/
#ifndef DISK_USB_H
#define DISK_USB_H
#include <disk.h>
int register_usb_disk(struct disk_info *info);
int unregister_usb_disk(struct disk_info *info);
#endif /* DISK_MMC_H_ */