Add some comment

This commit is contained in:
manzerbredes 2015-07-21 17:25:36 +04:00
parent dd6a7fb6fa
commit bf534139e3
3 changed files with 13 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#ifndef __memPrint__
#define __memPrint__
//Define the bios color
enum colorBios{
BLACK=0x0,
@ -23,8 +23,10 @@ enum colorBios{
};
//Type def for biosColor
typedef enum colorBios colorBios;
// Define class to print text on screen
#endif