2.0 alpha
[platform/core/system/devman.git] / include / devlog.h
similarity index 96%
rename from devlog.h
rename to include/devlog.h
index a96779c..b44b1be 100644 (file)
--- a/devlog.h
@@ -4,7 +4,7 @@
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact: DongGi Jang <dg0402.jang@samsung.com>
- * 
+ *
  * 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
@@ -17,7 +17,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
-*/ 
+*/
 
 
 #ifndef __DEVLOG_H__
@@ -29,7 +29,7 @@
  *
  * If SLP_DEBUG is not defined, SYSLOG_DBG() and PRT_DBG() is ignored.
  *
- * IF SLP_SYSLOG_OUT is defined, 
+ * IF SLP_SYSLOG_OUT is defined,
  *   INFO(), ERR(), DBG() are SYSLOG_XXX()
  * IF ENABLE_DLOG_OUT is defined,
  *   INFO(), ERR(), DBG() are SLOGI(), SLOGE(), SLOGD()
@@ -39,9 +39,9 @@
  *
  * warn_if(exrp, fmt, ...)
  *   If expr is true, The fmt string is printed using ERR().
- * 
- * ret_if(), retv_if(), retm_if(), retvm_if() 
- *   If expr is true, current function return. 
+ *
+ * ret_if(), retv_if(), retm_if(), retvm_if()
+ *   If expr is true, current function return.
  *   Postfix 'v' means that it has a return value and 'm' means that it has output message.
  *
  */