Subversion Repositories HelenOS-historic

Rev

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

Rev 520 Rev 521
Line 1... Line 1...
1
/*
1
/*
2
 * Copyright (C) 2005 Jakub Jermar
2
 * Copyright (C) 2005 Jakub Jermar
-
 
3
 * Copyright (C) 2005 Jakub Vana
3
 * All rights reserved.
4
 * All rights reserved.
4
 *
5
 *
5
 * Redistribution and use in source and binary forms, with or without
6
 * Redistribution and use in source and binary forms, with or without
6
 * modification, are permitted provided that the following conditions
7
 * modification, are permitted provided that the following conditions
7
 * are met:
8
 * are met:
Line 31... Line 32...
31
 
32
 
32
#include <arch/types.h>
33
#include <arch/types.h>
33
#include <arch/ski/ski.h>
34
#include <arch/ski/ski.h>
34
 
35
 
35
extern void keyboard_init(void);
36
extern void keyboard_init(void);
36
extern void keyboard(void);
37
extern void poll_keyboard(void);
37
 
38
 
38
 
39
 
39
#endif
40
#endif