xiaoxiang781216 commented on code in PR #6246:
URL: https://github.com/apache/incubator-nuttx/pull/6246#discussion_r871960941
##########
drivers/mmcsd/sdio.c:
##########
@@ -115,6 +124,10 @@ int sdio_sendcmdpoll(FAR struct sdio_dev_s *dev, uint32_t
cmd, uint32_t arg)
return ret;
}
+/****************************************************************************
+ * Public Functions
+ ****************************************************************************/
+
int sdio_io_rw_direct(FAR struct sdio_dev_s *dev, bool write,
uint8_t function, uint32_t address,
uint8_t inb, uint8_t *outb)
Review Comment:
Done.
##########
include/nuttx/sdio.h:
##########
@@ -1044,9 +1044,6 @@ int sdio_enable_function(FAR struct sdio_dev_s *dev,
uint8_t function);
int sdio_enable_interrupt(FAR struct sdio_dev_s *dev, uint8_t function);
-int sdio_sendcmdpoll(FAR struct sdio_dev_s *dev,
- uint32_t cmd, uint32_t arg);
-
int sdio_io_rw_direct(FAR struct sdio_dev_s *dev, bool write,
uint8_t function, uint32_t address,
uint8_t inb, uint8_t *outb);
Review Comment:
Done.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]