root/opal/mca/reachable/netlink/reachable_netlink.h

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

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2015 Cisco Systems, Inc.  All rights reserved.
   3  * $COPYRIGHT$
   4  *
   5  * Additional copyrights may follow
   6  *
   7  * $HEADER$
   8  */
   9 
  10 #ifndef MCA_REACHABLE_NETLINK_H
  11 #define MCA_REACHABLE_NETLINK_H
  12 
  13 #include "opal_config.h"
  14 
  15 #include "opal/mca/reachable/reachable.h"
  16 
  17 BEGIN_C_DECLS
  18 
  19 OPAL_DECLSPEC extern opal_reachable_base_component_t
  20     mca_reachable_netlink_component;
  21 
  22 OPAL_DECLSPEC extern const opal_reachable_base_module_t
  23     opal_reachable_netlink_module;
  24 
  25 END_C_DECLS
  26 
  27 #endif /* MCA_REACHABLE_NETLINK_H */

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