root/opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.h

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

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2015-2017 Intel, Inc. All rights reserved.
   3  *
   4  * $COPYRIGHT$
   5  *
   6  * Additional copyrights may follow
   7  *
   8  * $HEADER$
   9  */
  10 
  11 #ifndef PMIX_PREG_NATIVE_H
  12 #define PMIX_PREG_NATIVE_H
  13 
  14 #include <src/include/pmix_config.h>
  15 
  16 
  17 #include "src/mca/preg/preg.h"
  18 
  19 BEGIN_C_DECLS
  20 
  21 /* the component must be visible data for the linker to find it */
  22 PMIX_EXPORT extern pmix_mca_base_component_t mca_preg_native_component;
  23 extern pmix_preg_module_t pmix_preg_native_module;
  24 
  25 END_C_DECLS
  26 
  27 #endif

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