root/opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_base.h

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

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2015-2017 Intel, Inc. All rights reserved.
   3  * Copyright (c) 2017-2018 Mellanox Technologies, Inc.
   4  *                         All rights reserved.
   5  * $COPYRIGHT$
   6  *
   7  * Additional copyrights may follow
   8  *
   9  * $HEADER$
  10  */
  11 
  12 #ifndef GDS_DSTORE_21_H
  13 #define GDS_DSTORE_21_H
  14 
  15 #include "src/mca/gds/gds.h"
  16 
  17 /* the component must be visible data for the linker to find it */
  18 PMIX_EXPORT extern pmix_gds_base_component_t mca_gds_ds21_component;
  19 extern pmix_gds_base_module_t pmix_ds21_module;
  20 
  21 #endif // GDS_DSTORE_21_H

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