]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/s390x/storage-keys.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / include / hw / s390x / storage-keys.h
index 5ed7a0ebb0b3663cb843799d0910bf997dd05ee9..62df48ec06d2d3b18ae3679d5f88ebf7d371b401 100644 (file)
@@ -9,8 +9,8 @@
  * directory.
  */
 
-#ifndef __S390_STORAGE_KEYS_H
-#define __S390_STORAGE_KEYS_H
+#ifndef S390_STORAGE_KEYS_H
+#define S390_STORAGE_KEYS_H
 
 #include "hw/qdev.h"
 #include "monitor/monitor.h"
@@ -57,4 +57,4 @@ S390SKeysState *s390_get_skeys_device(void);
 void hmp_dump_skeys(Monitor *mon, const QDict *qdict);
 void hmp_info_skeys(Monitor *mon, const QDict *qdict);
 
-#endif /* __S390_STORAGE_KEYS_H */
+#endif /* S390_STORAGE_KEYS_H */