summaryrefslogtreecommitdiff
path: root/pm_conf.h
diff options
context:
space:
mode:
authorJinkun Jang <jinkun.jang@samsung.com>2013-03-13 01:51:50 +0900
committerJinkun Jang <jinkun.jang@samsung.com>2013-03-13 01:51:50 +0900
commit5345c0311093385ac1386f9f1f8b6db9d6a46793 (patch)
treef77d1a3163d94af71eccff5d657a1a3529190082 /pm_conf.h
parent91545a9743ec602ae4d8d207836865850a3532f1 (diff)
downloadpower-manager-5345c0311093385ac1386f9f1f8b6db9d6a46793.tar.gz
power-manager-5345c0311093385ac1386f9f1f8b6db9d6a46793.tar.bz2
power-manager-5345c0311093385ac1386f9f1f8b6db9d6a46793.zip
Tizen 2.1 base
Diffstat (limited to 'pm_conf.h')
-rw-r--r--pm_conf.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/pm_conf.h b/pm_conf.h
new file mode 100644
index 0000000..8a3894d
--- /dev/null
+++ b/pm_conf.h
@@ -0,0 +1,26 @@
+/*
+ * power-manager
+ * Copyright (c) 2012 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+*/
+
+
+#ifndef __POWER_MANAGER_CONF_H__
+#define __POWER_MANAGER_CONF_H__
+
+#define EN_SYS_DIMBRT "PM_SYS_DIMBRT"
+
+extern int get_env(char *, char *, int);
+
+#endif