Initial refactoring merge
[platform/core/telephony/tel-plugin-imc.git] / include / imc_modem.h
similarity index 61%
rename from include/s_call.h
rename to include/imc_modem.h
index c1e83c1..5b48ec3 100644 (file)
@@ -1,9 +1,7 @@
 /*
  * tel-plugin-imc
  *
- * Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Sharanayya Mathapati <sharan.m@samsung.com>
+ * Copyright (c) 2013 Samsung Electronics Co. Ltd. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  */
 
-#ifndef __S_CALL_H__
-#define __S_CALL_H__
+#ifndef __IMC_MODEM_H__
+#define __IMC_MODEM_H__
+
+gboolean imc_modem_init(TcorePlugin *p, CoreObject *co);
+void imc_modem_exit(TcorePlugin *p, CoreObject *co);
 
-gboolean s_call_init(TcorePlugin *cp, CoreObject *co_call);
-void s_call_exit(TcorePlugin *cp, CoreObject *co_call);
+void imc_modem_register_nvm(CoreObject *co);
+gboolean imc_modem_power_on_modem(TcorePlugin *plugin);
 
-#endif
+#endif /* __IMC_MODEM_H__ */