mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
docs(syscalls): add documentation for FBIOGET_SCREEN_INFO ioctl
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
f4168e2815
commit
08319ef4c7
@ -540,6 +540,17 @@ typedef struct FramebufferScreenInfo
|
|||||||
__UINT32_TYPE__ Size;
|
__UINT32_TYPE__ Size;
|
||||||
} FramebufferScreenInfo;
|
} 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
|
#define FBIOGET_SCREEN_INFO 0xf0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -540,6 +540,17 @@ typedef struct FramebufferScreenInfo
|
|||||||
__UINT32_TYPE__ Size;
|
__UINT32_TYPE__ Size;
|
||||||
} FramebufferScreenInfo;
|
} 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
|
#define FBIOGET_SCREEN_INFO 0xf0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user