65bd6a9bc7
These comments are useless now, remove them. Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
16 lines
357 B
C
16 lines
357 B
C
/*
|
|
* Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
|
|
* Copyright (C) 2001 RidgeRun, Inc (glonnon@ridgerun.com)
|
|
* Licensed under the GPL
|
|
*/
|
|
|
|
#ifndef __UM_UBD_USER_H
|
|
#define __UM_UBD_USER_H
|
|
|
|
extern void ignore_sigwinch_sig(void);
|
|
extern int start_io_thread(unsigned long sp, int *fds_out);
|
|
extern int io_thread(void *arg);
|
|
extern int kernel_fd;
|
|
|
|
#endif
|
|
|