kbd_ll.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * Interface between the low-level keyboard driver and the keymapper
  3.  */
  4. #ifndef _KBD_LL_H
  5. #define _KBD_LL_H
  6. extern struct pt_regs *kbd_pt_regs;
  7. void handle_scancode(unsigned char scancode, int down);
  8. #endif /* _KBD_LL_H */