Blob Blame History Raw
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
/*
 *  (C) 2006 by Argonne National Laboratory.
 *      See COPYRIGHT in top-level directory.
 *
 *  Portions of this code were written by Intel Corporation.
 *  Copyright (C) 2011-2016 Intel Corporation.  Intel provides this material
 *  to Argonne National Laboratory subject to Software Grant and Corporate
 *  Contributor License Agreement dated February 8, 2012.
 */
#ifndef NETMODPRE_H_INCLUDED
#define NETMODPRE_H_INCLUDED

/* *INDENT-OFF* */
@ch4_netmod_pre_include@
/* *INDENT-ON* */

#define MPIDI_NM_REQUEST_AM_DECL @ch4_netmod_amrequest_decl@
#define MPIDI_NM_REQUEST_DECL    @ch4_netmod_request_decl@

#define MPIDI_NM_COMM_DECL       @ch4_netmod_comm_decl@
#define MPIDI_NM_DT_DECL         @ch4_netmod_dt_decl@
#define MPIDI_NM_WIN_DECL        @ch4_netmod_win_decl@
#define MPIDI_NM_ADDR_DECL    @ch4_netmod_addr_decl@
#define MPIDI_NM_OP_DECL         @ch4_netmod_op_decl@

#endif /* NETMODPRE_H_INCLUDED */