We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f71d90 commit 4bbab73Copy full SHA for 4bbab73
bsp/cvitek/drivers/drv_sdhci.c
@@ -10,6 +10,7 @@
10
#include <rthw.h>
11
#include <rtthread.h>
12
#include <rtdevice.h>
13
+#include <mmu.h>
14
#include <stdbool.h>
15
#include <stdlib.h>
16
#include <stdio.h>
@@ -25,9 +26,6 @@
25
26
#include <drivers/dev_sdio.h>
27
28
#include "drv_sdhci.h"
-#ifdef RT_USING_SMART
29
-#include "mmu.h"
30
-#endif
31
32
#define SDMMC_DMA_ALIGN_CACHE 64
33
bsp/cvitek/drivers/libraries/eth/dw_eth_mac.c
@@ -14,15 +14,13 @@
* limitations under the License.
*/
17
18
19
#include "dw_eth_mac.h"
20
#include "cache.h"
21
#include "string.h"
22
#include "drv_ioremap.h"
23
24
#define roundup(x, y) ( \
{ \
0 commit comments