Changeset 38e5f36c in mainline for uspace/srv/hid/display/display.h


Ignore:
Timestamp:
2019-11-28T14:23:51Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf32dbd
Parents:
670cfcf
git-author:
Jiri Svoboda <jiri@…> (2019-11-27 18:23:41)
git-committer:
Jiri Svoboda <jiri@…> (2019-11-28 14:23:51)
Message:

Move implementation of display ops to a separate module

File:
1 edited

Legend:

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

    r670cfcf r38e5f36c  
    3131 */
    3232/**
    33  * @file
    34  * @brief
     33 * @file Display server display
    3534 */
    3635
     
    3837#define DISPLAY_H
    3938
    40 #include <disp_srv.h>
    4139#include <errno.h>
    4240#include <gfx/context.h>
     
    4442#include "types/display/client.h"
    4543#include "types/display/display.h"
    46 
    47 extern display_ops_t display_srv_ops;
    4844
    4945extern errno_t ds_display_create(gfx_context_t *, ds_display_t **);
Note: See TracChangeset for help on using the changeset viewer.