40 строки
800 B
C
40 строки
800 B
C
![]() |
/*
|
||
|
* Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
||
|
* Copyright (c) 2004-2011 The University of Tennessee and The University
|
||
|
* of Tennessee Research Foundation. All rights
|
||
|
* reserved.
|
||
|
* Copyright (c) 2016 Intel, Inc. All rights reserved.
|
||
|
*
|
||
|
* $COPYRIGHT$
|
||
|
*
|
||
|
* Additional copyrights may follow
|
||
|
*
|
||
|
* $HEADER$
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @file
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef MCA_ERRMGR_dvm_EXPORT_H
|
||
|
#define MCA_ERRMGR_dvm_EXPORT_H
|
||
|
|
||
|
#include "orte_config.h"
|
||
|
|
||
|
#include "orte/mca/errmgr/errmgr.h"
|
||
|
|
||
|
BEGIN_C_DECLS
|
||
|
|
||
|
/*
|
||
|
* Local Component structures
|
||
|
*/
|
||
|
|
||
|
ORTE_MODULE_DECLSPEC extern orte_errmgr_base_component_t mca_errmgr_dvm_component;
|
||
|
|
||
|
ORTE_DECLSPEC extern orte_errmgr_base_module_t orte_errmgr_dvm_module;
|
||
|
|
||
|
END_C_DECLS
|
||
|
|
||
|
#endif /* MCA_ERRMGR_dvm_EXPORT_H */
|