Update hwloc to v1.11.12
[charm.git] / contrib / hwloc / include / private / internal-components.h
blob11d9c2448cc03e8ee96a00faa79718e36210982e
1 /*
2 * Copyright © 2018 Inria. All rights reserved.
4 * See COPYING in top-level directory.
5 */
7 /* List of components defined inside hwloc */
9 #ifndef PRIVATE_INTERNAL_COMPONENTS_H
10 #define PRIVATE_INTERNAL_COMPONENTS_H
12 /* global discovery */
13 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_xml_component;
14 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_synthetic_component;
15 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_custom_component;
17 /* CPU discovery */
18 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_aix_component;
19 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_bgq_component;
20 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_darwin_component;
21 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_freebsd_component;
22 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_hpux_component;
23 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_linux_component;
24 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_netbsd_component;
25 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_noos_component;
26 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_osf_component;
27 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_solaris_component;
28 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_windows_component;
29 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_x86_component;
31 /* I/O discovery */
32 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_cuda_component;
33 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_gl_component;
34 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_linuxpci_component;
35 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_nvml_component;
36 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_opencl_component;
37 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_pci_component;
39 /* XML backend */
40 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_xml_nolibxml_component;
41 HWLOC_DECLSPEC extern const struct hwloc_component hwloc_xml_libxml_component;
43 #endif /* PRIVATE_INTERNAL_COMPONENTS_H */