~frantisek-princ/helenos/ext4

« back to all changes in this revision

Viewing changes to uspace/srv/hid/input/layout.c

  • Committer: Frantisek Princ
  • Date: 2012-08-24 14:07:52 UTC
  • mfrom: (1235.1.401 HelenOS.mainline)
  • Revision ID: frantisek.princ@gmail.com-20120824140752-pihztxo52535kxo1
Merge with mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 */
37
37
 
38
38
#include <errno.h>
39
 
#include <input.h>
40
 
#include <layout.h>
41
39
#include <stdlib.h>
 
40
#include "input.h"
 
41
#include "layout.h"
42
42
 
43
43
/** Create a new layout instance. */
44
44
layout_t *layout_create(layout_ops_t *ops)