sigio.h 246 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2002 Jeff Dike ([email protected])
  4. */
  5. #ifndef __SIGIO_H__
  6. #define __SIGIO_H__
  7. extern int write_sigio_irq(int fd);
  8. extern void sigio_lock(void);
  9. extern void sigio_unlock(void);
  10. #endif