From 5345c0311093385ac1386f9f1f8b6db9d6a46793 Mon Sep 17 00:00:00 2001 From: Jinkun Jang Date: Wed, 13 Mar 2013 01:51:50 +0900 Subject: Tizen 2.1 base --- pm_conf.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pm_conf.h (limited to 'pm_conf.h') 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 -- cgit v1.2.3