Initial refactoring merge
[platform/core/telephony/tel-plugin-vmodem.git] / include / vdpram_dump.h
index 222d862..b75c261 100644 (file)
@@ -1,9 +1,7 @@
 /*\r
  * tel-plugin-vmodem\r
  *\r
- * Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.\r
- *\r
- * Contact: Junhwan An <jh48.an@samsung.com>\r
+ * Copyright (c) 2013 Samsung Electronics Co. Ltd. All rights reserved.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
 #ifndef __VDPRAM_DUMP_H__\r
 #define __VDPRAM_DUMP_H__\r
 \r
-#define TX                             0
-#define RX                             1
-\r
-void vdpram_hex_dump(int dir, unsigned short data_len, void *data);\r
-\r
-#endif\r
+void vdpram_hex_dump(gboolean tx, gushort data_len, void *data);\r
 \r
+#endif /* __VDPRAM_DUMP_H__ */\r