mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 11:30:01 +08:00
move SDIO driver header files to the drivers/include directory and update rtdevice.h
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2209 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef RT_USING_SDIO
|
||||
#include <mmcsd_core.h>
|
||||
#include <drivers/mmcsd_core.h>
|
||||
#include "at91_mci.h"
|
||||
#endif
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include <rtthread.h>
|
||||
#include <rthw.h>
|
||||
#include <mmcsd_core.h>
|
||||
#include <drivers/mmcsd_core.h>
|
||||
#include <at91sam926x.h>
|
||||
#include "at91_mci.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user