3e8de049de51a79663b12f3f1f1b10e27e561b24
[platform/core/telephony/tel-plugin-vmodem.git] / include / vdpram.h
1 /*\r
2  * tel-plugin-vmodem\r
3  *\r
4  * Copyright (c) 2013 Samsung Electronics Co. Ltd. All rights reserved.\r
5  *\r
6  * Licensed under the Apache License, Version 2.0 (the "License");\r
7  * you may not use this file except in compliance with the License.\r
8  * You may obtain a copy of the License at\r
9  *\r
10  * http://www.apache.org/licenses/LICENSE-2.0\r
11  *\r
12  * Unless required by applicable law or agreed to in writing, software\r
13  * distributed under the License is distributed on an "AS IS" BASIS,\r
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
15  * See the License for the specific language governing permissions and\r
16  * limitations under the License.\r
17  */\r
18 \r
19 #ifndef __VDPRAM_H__\r
20 #define __VDPRAM_H__\r
21 \r
22 gint vdpram_open (void);\r
23 gboolean vdpram_close(gint fd);\r
24 \r
25 gboolean vdpram_poweron(gint fd);
26 gboolean vdpram_poweroff(gint fd);
27 \r
28 gint vdpram_tty_read(gint fd, void *buf, size_t buf_len);\r
29 gint vdpram_tty_write(gint fd, void *buf, size_t buf_len);\r
30 \r
31 #endif  /* __VDPRAM_H__ */\r