Skip to content

Commit

Permalink
liblux: declared ioctl opcodes for framebuffer bpp and pitch
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Nov 29, 2024
1 parent 70a119f commit 55b86d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions liblux/src/include/liblux/lfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@

#define LFB_GET_WIDTH (0x10 | IOCTL_OUT_PARAM)
#define LFB_GET_HEIGHT (0x20 | IOCTL_OUT_PARAM)
#define LFB_GET_BPP (0x30 | IOCTL_OUT_PARAM)
#define LFB_GET_PITCH (0x40 | IOCTL_OUT_PARAM)

0 comments on commit 55b86d4

Please sign in to comment.