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

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

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2018      Mellanox Technologies, Inc.
   3  *                         All rights reserved.
   4  * $COPYRIGHT$
   5  *
   6  * Additional copyrights may follow
   7  *
   8  * $HEADER$
   9  */
  10 
  11 #ifndef GDS_DS21_FILE_H
  12 #define GDS_DS21_FILE_H
  13 
  14 #include <src/include/pmix_config.h>
  15 #include <pmix_common.h>
  16 
  17 extern pmix_common_dstore_file_cbs_t pmix_ds21_file_module;
  18 
  19 #endif // GDS_DS21_FILE_H

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