1 /*
2  * Copyright (c) 2013-2015 Cisco Systems, Inc.  All rights reserved.
3  * $COPYRIGHT$
4  *
5  * Additional copyrights may follow
6  *
7  * $HEADER$
8  */
9 
10 #ifndef BTL_USNIC_HWLOC_H
11 #define BTL_USNIC_HWLOC_H
12 
13 #include "opal_config.h"
14 
15 #include "btl_usnic_module.h"
16 
17 
18 #if OPAL_HAVE_HWLOC
19 int opal_btl_usnic_hwloc_distance(opal_btl_usnic_module_t *module);
20 #endif
21 
22 #endif /* BTL_USNIC_HWLOC_H */
23