1 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */ 2 /* 3 * Copyright (c) 2007-2012 Los Alamos National Security, LLC. 4 * All rights reserved. 5 * $COPYRIGHT$ 6 * 7 * Additional copyrights may follow 8 * 9 * $HEADER$ 10 */ 11 12 #ifndef MCA_ROUTED_DEBRUIJN_H 13 #define MCA_ROUTED_DEBRUIJN_H 14 15 #include "orte_config.h" 16 17 #include "orte/mca/routed/routed.h" 18 19 BEGIN_C_DECLS 20 21 ORTE_MODULE_DECLSPEC extern orte_routed_component_t mca_routed_debruijn_component; 22 23 extern orte_routed_module_t orte_routed_debruijn_module; 24 25 END_C_DECLS 26 27 #endif