2 * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
9 extern int open_umn_tty(int *slave_out
, int *slipno_out
);
10 extern void close_umn_tty(int master
, int slave
);
11 extern int umn_send_packet(int fd
, void *data
, int len
);
12 extern int set_umn_addr(int fd
, char *addr
, char *ptp_addr
);
13 extern void slip_unesc(unsigned char s
);
14 extern void umn_read(int fd
);
19 * Overrides for Emacs so that we follow Linus's tabbing style.
20 * Emacs will notice this stuff at the end of the file and automatically
21 * adjust the settings for this buffer only. This must remain at the end
23 * ---------------------------------------------------------------------------
25 * c-file-style: "linux"