mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 13:43:31 +08:00
7258328923
add support to zynqmp-r5 core and zynqmp-r5-axu4ev board
14 lines
128 B
C
14 lines
128 B
C
#ifndef __DRV_SDCARD_H__
|
|
#define __DRV_SDCARD_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|