geopm
3.1.0
GEOPM - Global Extensible Open Power Manager
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
c
d
e
g
h
i
j
k
l
m
n
p
r
s
t
v
w
Functions
_
a
c
d
e
g
h
i
k
l
m
n
p
r
s
t
v
w
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
f
i
j
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
m
Related Functions
Files
File List
File Members
All
_
g
m
p
Functions
g
m
p
Enumerations
Enumerator
g
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
Pages
libgeopmd
include
geopm_public.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2015 - 2024 Intel Corporation
3
* SPDX-License-Identifier: BSD-3-Clause
4
*/
5
#ifndef GEOPM_PUBLIC_H_INCLUDE
6
#define GEOPM_PUBLIC_H_INCLUDE
7
/*
8
* Indicates that a symbol **is** part of a GEOPM library's public interface
9
*/
10
#define GEOPM_PUBLIC __attribute__((visibility("default"
)))
11
12
/*
13
* Indicates that a symbol **is not** part of a GEOPM library's public interface
14
*/
15
#define GEOPM_PRIVATE __attribute__((visibility("hidden"
)))
16
#endif
Generated by
1.9.1