rptun: remove temporarily retained RPTUNIOC_xxx definitions.

Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com>
This commit is contained in:
Yongrong Wang 2024-01-31 14:26:10 +08:00 committed by Xiang Xiao
parent 5424ace1cf
commit c5d8e5a0db
2 changed files with 1 additions and 9 deletions

View File

@ -33,7 +33,7 @@
* Public Function Prototypes
****************************************************************************/
/* used for ioctl RPTUNIOC_PING */
/* used for ioctl RPMSGIOC_PING */
struct rpmsg_ping_s
{

View File

@ -29,7 +29,6 @@
#ifdef CONFIG_RPTUN
#include <nuttx/fs/ioctl.h>
#include <nuttx/rpmsg/rpmsg.h>
#include <openamp/remoteproc.h>
#include <openamp/rpmsg_virtio.h>
@ -38,13 +37,6 @@
* Pre-processor Definitions
****************************************************************************/
#define RPTUNIOC_START _RPMSGIOC(1)
#define RPTUNIOC_STOP _RPMSGIOC(2)
#define RPTUNIOC_RESET _RPMSGIOC(3)
#define RPTUNIOC_PANIC _RPMSGIOC(4)
#define RPTUNIOC_DUMP _RPMSGIOC(5)
#define RPTUNIOC_PING _RPMSGIOC(6)
#define RPTUN_NOTIFY_ALL (UINT32_MAX - 0)
/* Access macros ************************************************************/