Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The parenthesis of SG_BEGIN_DECL fools doxygen. Get rid of them
[simgrid.git] / include / simgrid / plugins / dvfs.h
1 /* Copyright (c) 2017-2019. The SimGrid Team.
2  * All rights reserved.                                                     */
3
4 /* This program is free software; you can redistribute it and/or modify it
5  * under the terms of the license (GNU LGPL) which comes with this package. */
6
7 #ifndef SIMGRID_PLUGINS_DVFS_H_
8 #define SIMGRID_PLUGINS_DVFS_H_
9
10 #include <simgrid/forward.h>
11 #include <xbt/base.h>
12
13 SG_BEGIN_DECL
14
15 XBT_PUBLIC void sg_host_dvfs_plugin_init();
16
17 #define MSG_host_dvfs_plugin_init() sg_host_dvfs_plugin_init()
18
19 SG_END_DECL
20
21 #endif