mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 02:19:15 +00:00
docs(kernel/api): add documentation for FBIOGET_SCREEN_INFO
Add documentation for FBIOGET_SCREEN_INFO macro Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -540,6 +540,17 @@ typedef struct FramebufferScreenInfo
|
||||
__UINT32_TYPE__ Size;
|
||||
} FramebufferScreenInfo;
|
||||
|
||||
/**
|
||||
* @brief Get framebuffer screen info
|
||||
*
|
||||
* @code
|
||||
* struct FramebufferScreenInfo info;
|
||||
* int ioctl(fd, FBIOGET_SCREEN_INFO, &info);
|
||||
* @endcode
|
||||
*
|
||||
* @param fd File descriptor of the framebuffer device
|
||||
* @param info Pointer to the framebuffer screen info structure
|
||||
*/
|
||||
#define FBIOGET_SCREEN_INFO 0xf0
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user