Subversion Repositories HelenOS

Rev

Rev 3478 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3478 Rev 4629
Line 37... Line 37...
37
#include <genarch/kbd/key.h>
37
#include <genarch/kbd/key.h>
38
#include <genarch/kbd/scanc.h>
38
#include <genarch/kbd/scanc.h>
39
#ifdef CONFIG_I8042
39
#ifdef CONFIG_I8042
40
#include <genarch/kbd/scanc_pc.h>
40
#include <genarch/kbd/scanc_pc.h>
41
#endif
41
#endif
-
 
42
#ifdef CONFIG_PL050
-
 
43
#include <genarch/kbd/scanc_pl050.h>
-
 
44
#endif
42
#if (defined(CONFIG_Z8530) || defined(CONFIG_NS16550))
45
#if (defined(CONFIG_Z8530) || defined(CONFIG_NS16550))
43
#include <genarch/kbd/scanc_sun.h>
46
#include <genarch/kbd/scanc_sun.h>
44
#endif
47
#endif
45
#include <synch/spinlock.h>
48
#include <synch/spinlock.h>
46
#include <console/chardev.h>
49
#include <console/chardev.h>