Changed #include guards in physaddr.h
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#pragma once
|
#ifndef _QUARK_PHYSADDR_H
|
||||||
|
#define _QUARK_PHYSADDR_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
@@ -9,3 +10,5 @@ typedef uint64_t physaddr_t;
|
|||||||
#else
|
#else
|
||||||
typedef uint64_t physaddr_t;
|
typedef uint64_t physaddr_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user