X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/ea77b9c3fc7fb9bf9d7f9604fc187c8049212a2a..b6ff3c7dbab3f40d03389808d95ac27d416c35e3:/lunaix-os/includes/lunaix/input.h diff --git a/lunaix-os/includes/lunaix/input.h b/lunaix-os/includes/lunaix/input.h index 872ea04..76eee9e 100644 --- a/lunaix-os/includes/lunaix/input.h +++ b/lunaix-os/includes/lunaix/input.h @@ -21,10 +21,10 @@ struct input_evt_pkt { - uint32_t pkt_type; // packet type - uint32_t scan_code; // hardware raw code - uint32_t sys_code; // driver translated code - time_t timestamp; // event timestamp + u32_t pkt_type; // packet type + u32_t scan_code; // hardware raw code + u32_t sys_code; // driver translated code + time_t timestamp; // event timestamp }; struct input_device