Once guard around Console.hh
This commit is contained in:
parent
a320e103d2
commit
ff2ef8b1ac
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
||||||
* Declaration of the Console class. Presents an API for a VGA console.
|
* Declaration of the Console class. Presents an API for a VGA console.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//#include <stdbool.h>
|
#ifndef __CONSOLE_HH__
|
||||||
|
#define __CONSOLE_HH__
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
@ -67,3 +69,5 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
} /* namespace kernel */
|
} /* namespace kernel */
|
||||||
|
|
||||||
|
#endif /* __CONSOLE_HH__ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue