fc0b0938a7
In case someone wants to restore and use them - leave them as opal_ignore'd for now Signed-off-by: Ralph Castain <rhc@pmix.org>
29 строки
513 B
C
29 строки
513 B
C
/*
|
|
* Copyright (c) 2016-2019 Intel, Inc. All rights reserved.
|
|
* $COPYRIGHT$
|
|
*
|
|
* Additional copyrights may follow
|
|
*
|
|
* $HEADER$
|
|
*/
|
|
|
|
#ifndef _MCA_REGX_REVERSE_H_
|
|
#define _MCA_REGX_REVERSE_H_
|
|
|
|
#include "orte_config.h"
|
|
|
|
#include "orte/types.h"
|
|
|
|
#include "opal/mca/base/base.h"
|
|
#include "orte/mca/regx/regx.h"
|
|
|
|
|
|
BEGIN_C_DECLS
|
|
|
|
ORTE_MODULE_DECLSPEC extern orte_regx_base_component_t mca_regx_reverse_component;
|
|
extern orte_regx_base_module_t orte_regx_reverse_module;
|
|
|
|
END_C_DECLS
|
|
|
|
#endif /* MCA_REGX_ORTE_H_ */
|