rptun: remove temporarily retained RPTUNIOC_xxx definitions.
Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com>
This commit is contained in:
parent
5424ace1cf
commit
c5d8e5a0db
@ -33,7 +33,7 @@
|
|||||||
* Public Function Prototypes
|
* Public Function Prototypes
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/* used for ioctl RPTUNIOC_PING */
|
/* used for ioctl RPMSGIOC_PING */
|
||||||
|
|
||||||
struct rpmsg_ping_s
|
struct rpmsg_ping_s
|
||||||
{
|
{
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
|
|
||||||
#ifdef CONFIG_RPTUN
|
#ifdef CONFIG_RPTUN
|
||||||
|
|
||||||
#include <nuttx/fs/ioctl.h>
|
|
||||||
#include <nuttx/rpmsg/rpmsg.h>
|
#include <nuttx/rpmsg/rpmsg.h>
|
||||||
#include <openamp/remoteproc.h>
|
#include <openamp/remoteproc.h>
|
||||||
#include <openamp/rpmsg_virtio.h>
|
#include <openamp/rpmsg_virtio.h>
|
||||||
@ -38,13 +37,6 @@
|
|||||||
* Pre-processor Definitions
|
* 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)
|
#define RPTUN_NOTIFY_ALL (UINT32_MAX - 0)
|
||||||
|
|
||||||
/* Access macros ************************************************************/
|
/* Access macros ************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user