root/orte/mca/errmgr/default_hnp/errmgr_default_hnp.h

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

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2010      Cisco Systems, Inc. All rights reserved.
   3  * Copyright (c) 2004-2011 The University of Tennessee and The University
   4  *                         of Tennessee Research Foundation.  All rights
   5  *                         reserved.
   6  *
   7  * $COPYRIGHT$
   8  *
   9  * Additional copyrights may follow
  10  *
  11  * $HEADER$
  12  */
  13 
  14 /**
  15  * @file
  16  *
  17  */
  18 
  19 #ifndef MCA_ERRMGR_default_hnp_EXPORT_H
  20 #define MCA_ERRMGR_default_hnp_EXPORT_H
  21 
  22 #include "orte_config.h"
  23 
  24 #include "orte/mca/errmgr/errmgr.h"
  25 
  26 BEGIN_C_DECLS
  27 
  28 /*
  29  * Local Component structures
  30  */
  31 
  32 ORTE_MODULE_DECLSPEC extern orte_errmgr_base_component_t mca_errmgr_default_hnp_component;
  33 
  34 ORTE_DECLSPEC extern orte_errmgr_base_module_t orte_errmgr_default_hnp_module;
  35 
  36 END_C_DECLS
  37 
  38 #endif /* MCA_ERRMGR_default_hnp_EXPORT_H */

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