blob: 1c0d55576c81e0d68a9514560d35eb9300359b4f [file] [log] [blame]
Pablo Neira Ayuso95306002012-08-22 16:43:59 +02001#ifndef _LAPD_PCAP_H_
2#define _LAPD_PCAP_H_
3
4#define OSMO_LAPD_PCAP_INPUT 0
5#define OSMO_LAPD_PCAP_OUTPUT 1
6
7int osmo_pcap_lapd_open(char *filename, mode_t mode);
8int osmo_pcap_lapd_write(int fd, int direction, struct msgb *msg);
9int osmo_pcap_lapd_close(int fd);
10
11#endif