xref
: /
bsp
/
nxp
/
lpc
/
lpc2148
/
drivers
/
sd.h
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
__SPI_SD_H__
2
#
define
__SPI_SD_H__
3
4
void
rt_hw_sdcard_init
(
void
);
5
6
#
endif
7