1 /* 2 * Copyright (c) 2013-2019 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 int opal_btl_usnic_hwloc_distance(opal_btl_usnic_module_t *module); 19 20 #endif /* BTL_USNIC_HWLOC_H */