summaryrefslogtreecommitdiffstats
path: root/package/lqtapi/src/mps/vmmc-stream.h
blob: 7e029734f8182303d77f13d64f2aaf9cfbafb3be (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __VMMC_STREAM_H__
#define __VMMC_STREAM_H__

struct tapi_stream *vmmc_stream_alloc(struct tapi_device *tdev);
void vmmc_stream_free(struct tapi_device *tdev, struct tapi_stream *stream);
int vmmc_stream_start(struct tapi_device *tdev, struct tapi_stream *stream);
int vmmc_stream_send(struct tapi_device *tdev, struct tapi_stream *stream,
	struct sk_buff *skb);

#endif