JianyuWang0623 commented on code in PR #17186:
URL: https://github.com/apache/nuttx/pull/17186#discussion_r2426410217


##########
include/nuttx/video/fb.h:
##########
@@ -321,6 +321,9 @@
 #define FBIOGET_FSCREENINFO   _FBIOC(0x001c)  /* Get video fix info */
                                               /* Argument: writable struct
                                                *           fb_fix_screeninfo */
+#define FBIOGET_PANINFOCNT    _FBIOC(0x001d)  /* Get pan info count */
+                                              /* Argument: read-only
+                                               *           unsigned long */

Review Comment:
   ```suggestion
                                                 /* Argument: read-only int */
   ```



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