blob: b38cced44d6a6c61e2b7cf18c523a3fd90bd2bc0 (
plain)
1
2
3
4
5
6
|
/* SPDX-License-Identifier: GPL-2.0 */
/** \file grab_client.h exported symbols from grab_client.c */
int grab_client_new(int fd, struct lls_parse_result *lpr, struct sched *s);
void activate_grab_clients(struct sched *s);
|