geopm 3.1.1.dev453+g1f4a5a13
GEOPM - Global Extensible Open Power Manager
Loading...
Searching...
No Matches
geopm_plugin.hpp
Go to the documentation of this file.
1/*
2 * Copyright (c) 2015 - 2024 Intel Corporation
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6#ifndef GEOPM_PLUGIN_HPP_INCLUDE
7#define GEOPM_PLUGIN_HPP_INCLUDE
8
9#include <string>
10
11#include "geopm_public.h"
12
13namespace geopm
14{
15 void GEOPM_PUBLIC
16 plugin_load(const std::string &plugin_prefix);
17 void GEOPM_PUBLIC
18 plugin_reset(void);
19}
20
21#endif
#define GEOPM_PUBLIC
Definition geopm_public.h:10
Definition Agg.cpp:20
void plugin_reset(void)
Definition geopm_plugin.cpp:140
void plugin_load(const std::string &plugin_prefix)
Definition geopm_plugin.cpp:94