You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/03/14 10:48:06 UTC

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1064: feature: wapi add encode parse when scan

xiaoxiang781216 commented on a change in pull request #1064:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1064#discussion_r825813946



##########
File path: netutils/usrsock_rpmsg/usrsock_rpmsg.h
##########
@@ -27,6 +27,11 @@
 
 #include <nuttx/net/usrsock.h>
 
+#ifdef CONFIG_NETDEV_WIRELESS_IOCTL
+#  include <nuttx/wireless/wireless.h>
+#  include <metal/cache.h>

Review comment:
       libmetal is part of OpenAMP framework:
   https://github.com/OpenAMP/libmetal/blob/main/lib/cache.h#L33-L49
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org