1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/include/nuttx/rpmsg
Bowen Wang d17cdbc656 rpmsg/rpmsg_virtio.h: include <openamp/remoteproc.h> to fix compile error
/data/project/code/apache/nuttx/include/nuttx/rpmsg/rpmsg_virtio.h:176:28: error: field ‘rsc_tbl_hdr’ has incomplete type
  176 |   struct resource_table    rsc_tbl_hdr;
      |                            ^~~~~~~~~~~
/data/project/code/apache/nuttx/include/nuttx/rpmsg/rpmsg_virtio.h:178:28: error: field ‘log_trace’ has incomplete type
  178 |   struct fw_rsc_trace      log_trace;
      |                            ^~~~~~~~~
/data/project/code/apache/nuttx/include/nuttx/rpmsg/rpmsg_virtio.h:179:28: error: field ‘rpmsg_vdev’ has incomplete type
  179 |   struct fw_rsc_vdev       rpmsg_vdev;
      |                            ^~~~~~~~~~
/data/project/code/apache/nuttx/include/nuttx/rpmsg/rpmsg_virtio.h:180:28: error: field ‘rpmsg_vring0’ has incomplete type
  180 |   struct fw_rsc_vdev_vring rpmsg_vring0;
      |                            ^~~~~~~~~~~~
/data/project/code/apache/nuttx/include/nuttx/rpmsg/rpmsg_virtio.h:181:28: error: field ‘rpmsg_vring1’ has incomplete type
  181 |   struct fw_rsc_vdev_vring rpmsg_vring1;
      |                            ^~~~~~~~~~~~
/data/project/code/apache/nuttx/include/nuttx/rpmsg/rpmsg_virtio.h:182:28: error: field ‘config’ has incomplete type
  182 |   struct fw_rsc_config     config;

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2024-10-22 08:55:57 +08:00
..
rpmsg.h rpmsg: upgrade API passing on parameters with the upgrade of OpenAMP 2024-10-09 23:32:58 +08:00
rpmsg_ping.h rpmsg_ping.c: change msg cmd type for more compatible 2024-10-11 14:59:26 +08:00
rpmsg_port.h rpmsg_port_spi_slave: fix compile error when enable RPMSG_PORT_SPI_SLAVE only 2024-10-11 21:20:45 +08:00
rpmsg_router.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
rpmsg_virtio.h rpmsg/rpmsg_virtio.h: include <openamp/remoteproc.h> to fix compile error 2024-10-22 08:55:57 +08:00
rpmsg_virtio_ivshmem.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00