summaryrefslogtreecommitdiffstats
path: root/src/modem.c
blob: dd2cf75070486c0ba64f69300de7b7189ad5b813 (plain)
1
2
3
4
5
6
7
8
#include "modem.h"

int modem_open(const char *dev) {
}

int modem_close(int fd) {
    
}