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