Ignore:
Timestamp:
2024-10-03T18:48:48Z (8 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
5132379
Parents:
b2c9e42c
Message:

Move link out of cons_event_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/console/include/io/cons_event.h

    rb2c9e42c re273e9e  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3636#define _LIBCONSOLE_IO_CONS_EVENT_H_
    3737
    38 #include <adt/list.h>
    3938#include <io/kbd_event.h>
    4039#include <io/pos_event.h>
     
    5150/** Console event structure. */
    5251typedef struct {
    53         /** List handle */
    54         link_t link;
    55 
    5652        /** Event type */
    5753        cons_event_type_t type;
Note: See TracChangeset for help on using the changeset viewer.