OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [baremetal/] [kmi_service/] [include/] [keyboard.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
/*
2
 * Keyboard details.
3
 */
4
#ifndef __KEYBOARD_H__
5
#define __KEYBOARD_H__
6
 
7
#include <libdev/kmi.h>
8
 
9
/*
10
 * Keyboard structure
11
 */
12
struct keyboard {
13
        unsigned long base;     /* Virtual base address */
14
        struct capability cap;  /* Capability describing keyboard */
15
        struct keyboard_state state;
16
};
17
 
18
#endif /* __KEYBOARD_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.