summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/include/linux/kbd_ll.h
blob: 02ebf8ec8c55b7a749dbff3824213d3bcad8f297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 *	Interface between the low-level keyboard driver and the keymapper
 */

#ifndef _KBD_LL_H
#define _KBD_LL_H

extern struct pt_regs *kbd_pt_regs;

void handle_scancode(unsigned char scancode, int down);

#endif	/* _KBD_LL_H */