GitOS
Operating system exercise
|
#include <stdint-gcc.h>
Go to the source code of this file.
Data Structures | |
struct | window_message_preamble |
struct | window_message_set_size |
struct | window_message_framebuffer_data |
Enumerations | |
enum | WINDOW_MESSAGE { REGISTER , SET_SIZE , FRAMEBUFFER_DATA , CLOSE } |
Functions | |
struct window_message_preamble | __attribute__ ((packed)) |
Variables | |
uint32_t | pid |
WINDOW_MESSAGE | type |
uint32_t | height |
uint32_t | width |
uint8_t * | data |
enum WINDOW_MESSAGE |
struct window_message_preamble __attribute__ | ( | (packed) | ) |
uint8_t* data |
uint32_t height |
uint32_t pid |
WINDOW_MESSAGE type |
uint32_t width |