21 строка
352 B
C
21 строка
352 B
C
/*
|
|
* Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
|
|
* $COPYRIGHT$
|
|
*
|
|
* Additional copyrights may follow
|
|
*
|
|
* $HEADER$
|
|
*/
|
|
|
|
#ifndef BTL_USNIC_HWLOC_H
|
|
#define BTL_USNIC_HWLOC_H
|
|
|
|
#include "opal_config.h"
|
|
|
|
#include "btl_usnic_module.h"
|
|
|
|
|
|
int opal_btl_usnic_hwloc_distance(opal_btl_usnic_module_t *module);
|
|
|
|
#endif /* BTL_USNIC_HWLOC_H */
|