1/*
2 * Copyright (C) by Argonne National Laboratory
3 *     See COPYRIGHT in top-level directory
4 */
5
6#ifndef NETMODPRE_H_INCLUDED
7#define NETMODPRE_H_INCLUDED
8
9/* *INDENT-OFF* */
10@ch4_netmod_pre_include@
11/* *INDENT-ON* */
12
13#define MPIDI_NM_REQUEST_AM_DECL @ch4_netmod_amrequest_decl@
14#define MPIDI_NM_REQUEST_DECL    @ch4_netmod_request_decl@
15
16#define MPIDI_NM_COMM_DECL       @ch4_netmod_comm_decl@
17#define MPIDI_NM_DT_DECL         @ch4_netmod_dt_decl@
18#define MPIDI_NM_WIN_DECL        @ch4_netmod_win_decl@
19#define MPIDI_NM_ADDR_DECL    @ch4_netmod_addr_decl@
20#define MPIDI_NM_OP_DECL         @ch4_netmod_op_decl@
21
22#endif /* NETMODPRE_H_INCLUDED */
23