summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/devredir.h
blob: 43af783877172168d7a8bb0151e0f88c06c3e678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#if !defined(DEVREDIR_H)
#define DEVREDIR_H

#include "arch.h"
#include "parse.h"

int APP_CC
dev_redir_init(void);
int APP_CC
dev_redir_data_in(struct stream* s, int chan_id, int chan_flags, int length,
                  int total_length);
int APP_CC
dev_redir_get_wait_objs(tbus* objs, int* count, int* timeout);
int APP_CC
dev_redir_check_wait_objs(void);

#endif