Commit 7d68c002 authored by Domen Puncer's avatar Domen Puncer Committed by Linus Torvalds

[PATCH] uml: delete unused header umn.h

Remove nowhere referenced header. (egrep "filename\." didn't find anything)
Signed-off-by: default avatarDomen Puncer <domen@coderock.org>
Signed-off-by: default avatarPaolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
Cc: UML-devel <user-mode-linux-devel@lists.sourceforge.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent be45b2af
/*
* Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#ifndef __UMN_H
#define __UMN_H
extern int open_umn_tty(int *slave_out, int *slipno_out);
extern void close_umn_tty(int master, int slave);
extern int umn_send_packet(int fd, void *data, int len);
extern int set_umn_addr(int fd, char *addr, char *ptp_addr);
extern void slip_unesc(unsigned char s);
extern void umn_read(int fd);
#endif
/*
* Overrides for Emacs so that we follow Linus's tabbing style.
* Emacs will notice this stuff at the end of the file and automatically
* adjust the settings for this buffer only. This must remain at the end
* of the file.
* ---------------------------------------------------------------------------
* Local variables:
* c-file-style: "linux"
* End:
*/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment