mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-25 06:13:56 +08:00
[dm][ufs] support Universal Flash Storage (UFS)
Support UFS over PCI, too. Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
@@ -135,6 +135,10 @@ extern "C" {
|
||||
#include "drivers/thermal.h"
|
||||
#endif /* RT_USING_THERMAL */
|
||||
|
||||
#ifdef RT_USING_UFS
|
||||
#include "drivers/ufs.h"
|
||||
#endif /* RT_USING_UFS */
|
||||
|
||||
#ifdef RT_USING_FIRMWARE
|
||||
#ifdef RT_FIRMWARE_ARM_SCMI
|
||||
#include "drivers/scmi.h"
|
||||
|
||||
Reference in New Issue
Block a user