Tizen 2.1 release
[platform/core/uifw/e17.git] / src / modules / conf_performance / e_mod_main.h
1 #ifndef E_MOD_MAIN_H
2 #define E_MOD_MAIN_H
3
4 #define E_TYPEDEFS 1
5 #include "e_int_config_performance.h"
6 #include "e_int_config_engine.h"
7
8 #undef E_TYPEDEFS
9 #include "e_int_config_performance.h"
10 #include "e_int_config_engine.h"
11 #include "e_int_config_powermanagement.h"
12
13 EAPI extern E_Module_Api e_modapi;
14
15 EAPI void *e_modapi_init     (E_Module *m);
16 EAPI int   e_modapi_shutdown (E_Module *m);
17 EAPI int   e_modapi_save     (E_Module *m);
18
19 /**
20  * @addtogroup Optional_Conf
21  * @{
22  *
23  * @defgroup Module_Conf_Performance Performance Configuration
24  *
25  * Configures the frame rate, graphics engine and other performance
26  * switches.
27  *
28  * @}
29  */
30 #endif