|
|
| File: [Development] / linux-2.6-xfs / arch / um / include / sigio.h (download)
Revision 1.3, Tue Mar 20 15:37:21 2007 UTC (10 years, 6 months ago) by tes.longdrop.melbourne.sgi.com
Merge up to 2.6.21-rc4 Merge of 2.6.x-xfs-melb:linux:28276b by kenmcd. |
/* * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ #ifndef __SIGIO_H__ #define __SIGIO_H__ extern int write_sigio_irq(int fd); extern int register_sigio_fd(int fd); extern void sigio_lock(void); extern void sigio_unlock(void); #endif