Added support for the shift key in the keyboard driver.
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
#ifndef __SYSTEM_H
|
||||
#define __SYSTEM_H
|
||||
|
||||
/* Primitives */
|
||||
typedef enum { false, true } bool;
|
||||
/* MAIN.C */
|
||||
extern unsigned char *memcpy(unsigned char *dest, const unsigned char *src, int count);
|
||||
extern unsigned char *memset(unsigned char *dest, unsigned char val, int count);
|
||||
|
||||
Reference in New Issue
Block a user