Changeset 5132379 in mainline for uspace/srv/hid/remcons/remcons.h


Ignore:
Timestamp:
2024-10-03T21:31:52Z (8 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
47d060d, 8c4120d
Parents:
e273e9e
Message:

A list is sometimes just a list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/remcons/remcons.h

    re273e9e r5132379  
    3737#define REMCONS_H_
    3838
    39 #include <adt/prodcons.h>
     39#include <adt/list.h>
    4040#include <io/kbd_event.h>
    4141#include <stdbool.h>
     
    5757        bool curs_visible;      /**< cursor is visible */
    5858
    59         /** Producer-consumer of remcons_event_t. */
    60         prodcons_t in_events;
     59        /** List of remcons_event_t. */
     60        list_t in_events;
    6161} remcons_t;
    6262
Note: See TracChangeset for help on using the changeset viewer.