X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fvdpram.h;h=ecb91d8b58604bb200fee78b7934c0ec29b3160a;hb=refs%2Ftags%2Faccepted%2Ftizen%2Fivi%2F20160218.023933;hp=d50266fa03b7545ffd7699b13287849d913ea276;hpb=9157439b699c503e7db968feb198a53f2dc0b117;p=platform%2Fcore%2Ftelephony%2Ftel-plugin-vmodem.git diff --git a/include/vdpram.h b/include/vdpram.h index d50266f..ecb91d8 100644 --- a/include/vdpram.h +++ b/include/vdpram.h @@ -1,33 +1,33 @@ -/* - * tel-plugin-vmodem - * - * Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved. - * - * Contact: Junhwan An - * - * 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 __VDPRAM_H__ -#define __VDPRAM_H__ - -int vdpram_close(int fd); -int vdpram_open (void); -int vdpramerr_open(void); -int vdpram_poweron(int fd); -int vdpram_poweroff(int fd); - -int vdpram_tty_read(int nFd, void* buf, size_t nbytes); -int vdpram_tty_write(int nFd, void* buf, size_t nbytes); - -#endif +/* + * tel-plugin-vmodem + * + * Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: Junhwan An + * + * 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 __VDPRAM_H__ +#define __VDPRAM_H__ + +int vdpram_close(int fd); +int vdpram_open (void); +int vdpramerr_open(void); +int vdpram_poweron(int fd); +int vdpram_poweroff(int fd); + +int vdpram_tty_read(int nFd, void* buf, size_t nbytes); +int vdpram_tty_write(int nFd, void* buf, size_t nbytes); + +#endif