1 #ifndef __TAPI_STREAM_H__
2 #define __TAPI_STREAM_H__
11 struct tapi_stream
*tapi_stream_alloc(struct tapi_device
*);
12 void tapi_stream_free(struct tapi_stream
*);
14 static inline int tapi_stream_get_endpoint(struct tapi_stream
*stream
)
This page took 0.056929 seconds and 5 git commands to generate.