Subversion Repositories HelenOS

Rev

Rev 4343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4343 Rev 4348
Line 40... Line 40...
40
int kbd_port_init(void)
40
int kbd_port_init(void)
41
{
41
{
42
    return 0;
42
    return 0;
43
}
43
}
44
 
44
 
-
 
45
void kbd_port_yield(void)
-
 
46
{
-
 
47
}
-
 
48
 
-
 
49
void kbd_port_reclaim(void)
-
 
50
{
-
 
51
}
-
 
52
 
45
/** @}
53
/** @}
46
*/
54
*/