X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fum%2Finclude%2Fsigio.h;h=fe99ea163c2e68eab0be8e7cecd183132a53e5e1;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=37d76e29a147f30bff4ecd56d197997d218b7ce8;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/arch/um/include/sigio.h b/arch/um/include/sigio.h index 37d76e29a..fe99ea163 100644 --- a/arch/um/include/sigio.h +++ b/arch/um/include/sigio.h @@ -8,9 +8,6 @@ extern int write_sigio_irq(int fd); extern int register_sigio_fd(int fd); -extern int read_sigio_fd(int fd); -extern int add_sigio_fd(int fd, int read); -extern int ignore_sigio_fd(int fd); extern void sigio_lock(void); extern void sigio_unlock(void);