Current File : //lib/llib-laio
/*
 * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
 * Use is subject to license terms.
 */

/* LINTLIBRARY */
/* PROTOLIB1 */

#pragma ident	"%Z%%M%	%I%	%E% SMI"

#include <sys/asynch.h>

int aioread(int fd, caddr_t buf, int bufsz, off_t offset, int whence,
			aio_result_t *resultp);
int aiowrite(int fd, caddr_t buf, int bufsz, off_t offset, int whence,
			aio_result_t *resultp);
#if !defined(_LP64)
int aioread64(int fd, caddr_t buf, int bufsz, off64_t offset, int whence,
			aio_result_t *resultp);
int aiowrite64(int fd, caddr_t buf, int bufsz, off64_t offset, int whence,
			aio_result_t *resultp);
#endif	/* !_LP64 */
int aiocancel(aio_result_t *resultp);
aio_result_t *aiowait(struct timeval *uwait);