summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/aio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/sys/aio.h b/sys/sys/aio.h
index b6be86e..946ac0b 100644
--- a/sys/sys/aio.h
+++ b/sys/sys/aio.h
@@ -171,6 +171,10 @@ struct aiocblist {
struct aiocb uaiocb; /* Kernel I/O control block */
};
+/* Forward declarations for prototypes below. */
+struct socket;
+struct sockbuf;
+
void aio_proc_rundown(struct proc *p);
void aio_swake(struct socket *, struct sockbuf *);
OpenPOWER on IntegriCloud