c1b26005d7
This commit was SVN r24440.
18 строки
333 B
C
18 строки
333 B
C
/*
|
|
* Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
|
* $COPYRIGHT$
|
|
*/
|
|
|
|
#ifndef OPAL_COMMON_HWLOC_H
|
|
#define OPAL_COMMON_HWLOC_H
|
|
|
|
#include "opal_config.h"
|
|
|
|
/*
|
|
* Function for registering the MCA params for this common component
|
|
*/
|
|
OPAL_DECLSPEC int opal_common_hwloc_register(void);
|
|
|
|
|
|
#endif /* OPAL_COMMON_HWLOC_H */
|