mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-19 09:35:15 -04:00
Add include-guards
This commit is contained in:
parent
467bbcf1b7
commit
c36eec2986
@ -5,6 +5,9 @@
|
|||||||
// http://www.opensource.org/licenses/MIT)
|
// http://www.opensource.org/licenses/MIT)
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
|
||||||
|
#ifndef ARCH_H
|
||||||
|
#define ARCH_H
|
||||||
|
|
||||||
#include <types.hpp>
|
#include <types.hpp>
|
||||||
|
|
||||||
namespace arch {
|
namespace arch {
|
||||||
@ -31,3 +34,5 @@ inline bool interrupts_enabled(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
} //enf of arch namespace
|
} //enf of arch namespace
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user