mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
drivers/rptun: replace 'rxbuf_size' and 'txbuf_size' to 'buf_size' in struct 'rptun_rsc_s'.
Change-Id: I7c9da4bd985712a3fde4c56999901434740b33f7 Signed-off-by: zhongan <zhongan@xiaomi.com>
This commit is contained in:
@@ -260,7 +260,7 @@ struct __attribute__((aligned(B2C(8)))) rptun_rsc_s
|
||||
struct fw_rsc_vdev rpmsg_vdev;
|
||||
struct fw_rsc_vdev_vring rpmsg_vring0;
|
||||
struct fw_rsc_vdev_vring rpmsg_vring1;
|
||||
unsigned int buf_size;
|
||||
struct fw_rsc_config config;
|
||||
};
|
||||
|
||||
struct rptun_dev_s;
|
||||
|
||||
Reference in New Issue
Block a user