read_write.h 284 B

123456789
  1. /*
  2. * This file is only for sharing some helpers from read_write.c with compat.c.
  3. * Don't use anywhere else.
  4. */
  5. typedef ssize_t (*io_fn_t)(struct file *, char __user *, size_t, loff_t *);
  6. typedef ssize_t (*iov_fn_t)(struct kiocb *, const struct iovec *,
  7. unsigned long, loff_t);