Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 4690 → Rev 4691

/branches/dynload/uspace/srv/kbd/include/layout.h
37,12 → 37,12
#ifndef KBD_LAYOUT_H_
#define KBD_LAYOUT_H_
 
#include <kbd/kbd.h>
#include <sys/types.h>
#include <io/console.h>
 
typedef struct {
void (*reset)(void);
wchar_t (*parse_ev)(kbd_event_t *);
wchar_t (*parse_ev)(console_event_t *);
} layout_op_t;
 
extern layout_op_t us_qwerty_op;
54,4 → 54,3
/**
* @}
*/