root/ompi/mca/rte/base/base.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2010      Cisco Systems, Inc.  All rights reserved.
   3  * Copyright (c) 2012-2013 Los Alamos National Security, LLC.
   4  *                         All rights reserved.
   5  * Copyright (c) 2014      Intel, Inc. All rights reserved
   6  * $COPYRIGHT$
   7  *
   8  * Additional copyrights may follow
   9  *
  10  * $HEADER$
  11  */
  12 
  13 #ifndef OMPI_RTE_BASE_H
  14 #define OMPI_RTE_BASE_H
  15 
  16 #include "ompi_config.h"
  17 
  18 #include "opal/class/opal_list.h"
  19 
  20 #include "ompi/mca/rte/rte.h"
  21 
  22 /*
  23  * Global functions for MCA overall rte open and close
  24  */
  25 
  26 BEGIN_C_DECLS
  27 
  28 OMPI_DECLSPEC extern mca_base_framework_t ompi_rte_base_framework;
  29 
  30 END_C_DECLS
  31 
  32 #endif /* OMPI_BASE_RTE_H */

/* [<][>][^][v][top][bottom][index][help] */