root/opal/mca/pmix/pmix4x/pmix/src/mca/psquash/flex128/psquash_flex128.h

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

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2019      IBM Corporation.  All rights reserved.
   3  * $COPYRIGHT$
   4  *
   5  * Additional copyrights may follow
   6  *
   7  * $HEADER$
   8  */
   9 
  10 #ifndef PMIX_NATIVE_H
  11 #define PMIX_NATIVE_H
  12 
  13 #include <src/include/pmix_config.h>
  14 
  15 
  16 #include "src/mca/psquash/psquash.h"
  17 
  18 BEGIN_C_DECLS
  19 
  20 /* the component must be visible data for the linker to find it */
  21 PMIX_EXPORT extern pmix_psquash_base_component_t mca_psquash_flex128_component;
  22 extern pmix_psquash_base_module_t pmix_flex128_module;
  23 
  24 END_C_DECLS
  25 
  26 #endif

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