Changeset 9546146 in mainline for uspace/srv/hid/display/idevcfg.h


Ignore:
Timestamp:
2024-08-23T18:02:06Z (4 weeks ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
4af6fb1
Parents:
ca95ccd
Message:

Persistently store display/seat configuration.

File:
1 edited

Legend:

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

    rca95ccd r9546146  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3939#include <errno.h>
    4040#include <loc.h>
     41#include <sif.h>
    4142#include "types/display/display.h"
    4243#include "types/display/idevcfg.h"
     
    4647    ds_idevcfg_t **);
    4748extern void ds_idevcfg_destroy(ds_idevcfg_t *);
     49extern errno_t ds_idevcfg_load(ds_display_t *, sif_node_t *, ds_idevcfg_t **);
     50extern errno_t ds_idevcfg_save(ds_idevcfg_t *, sif_node_t *);
    4851
    4952#endif
Note: See TracChangeset for help on using the changeset viewer.