~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/srv/hid/output/port/kchar.c

  • Committer: Jiri Svoboda
  • Date: 2012-11-11 21:31:03 UTC
  • mfrom: (1527.1.178 mainline)
  • Revision ID: jiri@wiwaxia-20121111213103-314bmkettwvlwj97
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
#include <sys/types.h>
34
34
#include <errno.h>
 
35
#include <str.h>
35
36
#include <sysinfo.h>
36
37
#include <ddi.h>
 
38
#include <align.h>
37
39
#include <as.h>
38
 
#include <align.h>
39
40
#include "../ctl/serial.h"
40
41
#include "kchar.h"
41
42