1 #ifndef __TAPI_SESSION_H__
2 #define __TAPI_SESSION_H__
8 struct tapi_session
*tapi_session_alloc(struct tapi_device
*dev
,
9 struct tapi_port
*caller
, struct tapi_port
*callee
,
10 void (*release
)(struct tapi_session
*session
, void *data
), void *release_data
);
12 void tapi_session_free(struct tapi_session
*session
);
This page took 0.048208 seconds and 5 git commands to generate.