Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
df7f8babc2c13f7adf53ff8e17580ae47c0e07bf
/
.
/
boot
/
common
/
src
/
uboot
/
include
/
ssp.h
blob: a8414d9236bf8a5228c48077aa2b99cbdb8aa19a [
file
] [
log
] [
blame
]
//
typedef
enum
_E_SspDevNum
{
SSP_DEV_0
=
0
,
SSP_DEV_1
=
1
,
SSP_DEV_NUM
}
E_SspDevNum
;
void
*
ssp_open
(
u8 num
);
void
ssp_close
(
void
*
handler
);
int
ssp_transfer
(
void
*
handler
,
u8
*
buf
,
u32 length
);