]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-bits.h
sim: common: standardize multiple include defines
[thirdparty/binutils-gdb.git] / sim / common / sim-bits.h
index a742e6de9f11cdc6d6484e1018f12db44f72f9ab..fb6a8218d67594a13ce24f065733e178a7ca90dd 100644 (file)
@@ -20,8 +20,8 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 
-#ifndef _SIM_BITS_H_
-#define _SIM_BITS_H_
+#ifndef SIM_BITS_H
+#define SIM_BITS_H
 
 
 /* Bit manipulation routines:
@@ -605,4 +605,4 @@ INLINE_SIM_BITS(unsigned_word) MSSEXT (signed_word val, int sign_bit);
 #include "sim-bits.c"
 #endif
 
-#endif /* _SIM_BITS_H_ */
+#endif /* SIM_BITS_H */