xiaoxiang781216 commented on code in PR #18951:
URL: https://github.com/apache/nuttx/pull/18951#discussion_r3328036993


##########
arch/sim/src/sim/posix/sim_ft2232h.c:
##########
@@ -112,6 +112,79 @@ int host_ft2232h_gpio_direction(struct 
host_ft2232h_gpio_dev *priv,
   return 0;
 }
 
+/****************************************************************************
+ * Name: host_ft2232h_gpio_irq_request
+ *
+ * Input Parameters:
+ *   priv   - A pointer to instance of Linux ft2232h_gpio.
+ *   pin    - The pin number.
+ *   cfgset - The config set of the pin.
+ *
+ * Returned Value:
+ *   0 for success, other for fail.
+ ****************************************************************************/
+
+int host_ft2232h_gpio_irq_request(struct host_ft2232h_gpio_dev *priv, uint8_t 
pin,

Review Comment:
   merge to the first patch



-- 
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]

Reply via email to