1 #ifndef __VMMC_STREAM_H__
2 #define __VMMC_STREAM_H__
4 struct tapi_stream
*vmmc_stream_alloc(struct tapi_device
*tdev
);
5 void vmmc_stream_free(struct tapi_device
*tdev
, struct tapi_stream
*stream
);
6 int vmmc_stream_start(struct tapi_device
*tdev
, struct tapi_stream
*stream
);
7 int vmmc_stream_send(struct tapi_device
*tdev
, struct tapi_stream
*stream
,
This page took 0.052065 seconds and 5 git commands to generate.