Initial import
This commit is contained in:
24
libc/calls/struct/framebufferfixedscreeninfo.h
Normal file
24
libc/calls/struct/framebufferfixedscreeninfo.h
Normal file
@ -0,0 +1,24 @@
|
||||
#ifndef COSMOPOLITAN_LIBC_CALLS_STRUCT_FRAMEBUFFERFIXEDSCREENINFO_H_
|
||||
#define COSMOPOLITAN_LIBC_CALLS_STRUCT_FRAMEBUFFERFIXEDSCREENINFO_H_
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
|
||||
struct FrameBufferFixedScreenInfo {
|
||||
char id[16];
|
||||
uint64_t smem_start;
|
||||
uint32_t smem_len;
|
||||
uint32_t type;
|
||||
uint32_t type_aux;
|
||||
uint32_t visual;
|
||||
uint16_t xpanstep;
|
||||
uint16_t ypanstep;
|
||||
uint16_t ywrapstep;
|
||||
uint32_t line_length;
|
||||
uint64_t mmio_start;
|
||||
uint32_t mmio_len;
|
||||
uint32_t accel;
|
||||
uint16_t capabilities;
|
||||
uint16_t reserved[2];
|
||||
};
|
||||
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_CALLS_STRUCT_FRAMEBUFFERFIXEDSCREENINFO_H_ */
|
||||
Reference in New Issue
Block a user