]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - inmates/lib/arm/include/inmate.h
inmates: arm: Flatten include path
[jailhouse.git] / inmates / lib / arm / include / inmate.h
similarity index 92%
rename from inmates/lib/arm/include/inmates/inmate.h
rename to inmates/lib/arm/include/inmate.h
index 63a3e3552ca662a5e6b409822db1a0d7a3b7da73..5bd51f1ba8aacc3e079445f2e91625818c584141 100644 (file)
@@ -9,8 +9,9 @@
  * This work is licensed under the terms of the GNU GPL, version 2.  See
  * the COPYING file in the top-level directory.
  */
-#ifndef _JAILHOUSE_INMATES_INMATE_H
-#define _JAILHOUSE_INMATES_INMATE_H
+
+#ifndef _JAILHOUSE_INMATE_H
+#define _JAILHOUSE_INMATE_H
 
 #ifndef __ASSEMBLY__
 typedef signed char s8;
@@ -51,4 +52,4 @@ u64 timer_ticks_to_ns(u64 ticks);
 void timer_start(u64 timeout);
 
 #endif /* !__ASSEMBLY__ */
-#endif
+#endif /* !_JAILHOUSE_INMATE_H */