/* * Copyright (C) by Argonne National Laboratory * See COPYRIGHT in top-level directory */ #ifndef MPL_IOV_H_INCLUDED #define MPL_IOV_H_INCLUDED #include #include /* macs need sys/types.h before uio.h can be included */ #include /* FIXME: How is IOV_LIMIT chosen? */ #define MPL_IOV_LIMIT 16 #endif /* MPL_IOV_H_INCLUDED */