ARM: Decode neon memory instructions.
[gem5.git] / src / arch / alpha / osfpal.hh
index cf3940b850eb27c937f918d95bb2d9efe0d3787a..2618e9dbdc4badc8f31e90ab4382565952d42f84 100644 (file)
@@ -28,8 +28,8 @@
  * Authors: Nathan Binkert
  */
 
-#ifndef __OSFPAL_HH__
-#define __OSFPAL_HH__
+#ifndef __ARCH_ALPHA_OSFPAL_HH__
+#define __ARCH_ALPHA_OSFPAL_HH__
 
 struct PAL
 {
@@ -79,4 +79,4 @@ struct PAL
     static const char *name(int index);
 };
 
-#endif // __OSFPAL_HH__
+#endif // __ARCH_ALPHA_OSFPAL_HH__