Project

General

Profile

Revision 67

not working

View differences:

kbc_macros.h
1
#ifndef _KBC_H_
2
#define _KBC_H_
1
#ifndef KBC_MACROS_H_INCLUDED
2
#define KBC_MACROS_H_INCLUDED
3 3

  
4 4
/* KBC IRQ Line */
5 5

  
......
53 53
#define DIS_KBD         BIT(4)  /* @brief Disable Keyboard */
54 54
#define DIS_MOU         BIT(5)  /* @brief Disable Mouse */
55 55

  
56
#endif
56
#endif //KBC_MACROS_H_INCLUDED

Also available in: Unified diff