ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / um / include / umn.h
1 /* 
2  * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
3  * Licensed under the GPL
4  */
5
6 #ifndef __UMN_H
7 #define __UMN_H
8
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);
15
16 #endif
17
18 /*
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
22  * of the file.
23  * ---------------------------------------------------------------------------
24  * Local variables:
25  * c-file-style: "linux"
26  * End:
27  */