mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
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_ */
|
Loading…
Add table
Add a link
Reference in a new issue