tsdl182gen.py: remove unused `jinja2` import
[deliverable/barectf.git] / barectf / templates / c-ctx-init-func-proto.j2
1 /* initialize context */
2 void {{ prefix }}init(
3 void *vctx,
4 uint8_t *buf,
5 uint32_t buf_size,
6 struct {{ prefix }}platform_callbacks cbs,
7 void *data)
This page took 0.031614 seconds and 4 git commands to generate.