sigio.h 271 B

1234567891011121314
  1. /*
  2. * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
  3. * Licensed under the GPL
  4. */
  5. #ifndef __SIGIO_H__
  6. #define __SIGIO_H__
  7. extern int write_sigio_irq(int fd);
  8. extern int register_sigio_fd(int fd);
  9. extern void sigio_lock(void);
  10. extern void sigio_unlock(void);
  11. #endif