projects
/
akaros.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
x86: vmm: Rework VMRESUME logic
[akaros.git]
/
kern
/
include
/
endian.h
diff --git
a/kern/include/endian.h
b/kern/include/endian.h
index
59652b8
..
1ccba8c
100644
(file)
--- a/
kern/include/endian.h
+++ b/
kern/include/endian.h
@@
-4,8
+4,7
@@
*
* Macros to convert to and from endian-data */
-#ifndef ROS_KERN_ENDIAN_H
-#define ROS_KERN_ENDIAN_H
+#pragma once
#include <ros/common.h>
#include <arch/endian.h>
@@
-69,5
+68,3
@@
#define PP_NTOHL(x) (x)
#endif /* endian */
-
-#endif /* ROS_KERN_ENDIAN_H */