/* * 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 */