src/keyboard.h

changeset 90
934ae2efdd01
parent 80
9581358e92b0
parent 86
ebce87d87808
child 91
781c15e60012
     1.1 diff -r 9883eb142f70 -r 934ae2efdd01 src/keyboard.h
     1.2 --- a/src/keyboard.h	Wed Feb 09 17:11:48 2011 +0000
     1.3 +++ b/src/keyboard.h	Wed Feb 09 22:05:42 2011 +0000
     1.4 @@ -11,7 +11,7 @@
     1.5  	int keystate[0x80];
     1.6  
     1.7  	/// Keyboard buffer
     1.8 -	char buffer[KEYBOARD_BUFFER_SIZE];
     1.9 +	uint8_t buffer[KEYBOARD_BUFFER_SIZE];
    1.10  
    1.11  	/// Read pointer
    1.12  	size_t readp;
    1.13 @@ -24,6 +24,7 @@
    1.14  
    1.15  	/// Transmit Interrupt Enable
    1.16  	bool txie;
    1.17 +
    1.18  	/// Receive Interrupt Enable
    1.19  	bool rxie;
    1.20  } KEYBOARD_STATE;