51f64aaf96
Only active if specifically directed to use it This commit was SVN r22040.
28 строки
474 B
C
28 строки
474 B
C
/*
|
|
* Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
|
|
* $COPYRIGHT$
|
|
*
|
|
* Additional copyrights may follow
|
|
*
|
|
* $HEADER$
|
|
*/
|
|
/**
|
|
* @file
|
|
*
|
|
*/
|
|
#ifndef ORTE_RAS_CM_H
|
|
#define ORTE_RAS_CM_H
|
|
|
|
#include "orte_config.h"
|
|
#include "orte/mca/ras/ras.h"
|
|
#include "orte/mca/ras/base/base.h"
|
|
|
|
BEGIN_C_DECLS
|
|
|
|
ORTE_DECLSPEC extern orte_ras_base_component_t mca_ras_cm_component;
|
|
ORTE_DECLSPEC extern orte_ras_base_module_t orte_ras_cm_module;
|
|
|
|
END_C_DECLS
|
|
|
|
#endif
|