/** Structure definitions and APIs used for nvt_stream_rcv io control. @file nvt_stream_rcv_ioctrl.h Copyright Novatek Microelectronics Corp. 2014. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. */ #ifndef _NVT_STREAM_RCV_IOCTL_H_ #define _NVT_STREAM_RCV_IOCTL_H_ #include #define NVT_STREAM_RCV_IOC_MAGIC 'U' #define NVT_STREAM_RCV_CMD_SIZE 12 /** @name nvt_stream_rcv error code. */ //@{ #define NVT_STREAM_RCV_RET_OK 0 ///