initial commit with v2.6.9
[linux-2.6.9-moxart.git] / arch / um / include / umn.h
blob8a1466a192d0765b5b52ccb557f91ec228003a38
1 /*
2 * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
6 #ifndef __UMN_H
7 #define __UMN_H
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);
16 #endif
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: