Changeset b3eeae5 in mainline for uspace/srv/hid/display/display.h


Ignore:
Timestamp:
2023-01-15T09:24:50Z (15 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
46a47c0
Parents:
46b02cb
Message:

Assigning devices to seats

File:
1 edited

Legend:

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

    r46b02cb rb3eeae5  
    4848#include "types/display/display.h"
    4949#include "types/display/idev.h"
     50#include "types/display/idevcfg.h"
    5051#include "types/display/ptd_event.h"
    5152#include "types/display/seat.h"
     
    9091extern ds_ddev_t *ds_display_first_ddev(ds_display_t *);
    9192extern ds_ddev_t *ds_display_next_ddev(ds_ddev_t *);
     93extern void ds_display_add_idevcfg(ds_display_t *, ds_idevcfg_t *);
     94extern void ds_display_remove_idevcfg(ds_idevcfg_t *);
     95extern ds_idevcfg_t *ds_display_first_idevcfg(ds_display_t *);
     96extern ds_idevcfg_t *ds_display_next_idevcfg(ds_idevcfg_t *);
    9297extern void ds_display_add_cursor(ds_display_t *, ds_cursor_t *);
    9398extern void ds_display_remove_cursor(ds_cursor_t *);
Note: See TracChangeset for help on using the changeset viewer.