]> Git Repo - qemu.git/blobdiff - linux-user/mips/target_structs.h
linux-user: Clean up target_structs.h header guards
[qemu.git] / linux-user / mips / target_structs.h
index 16021e8a948447264c8161b364baac41cda9956a..fbd995581eac84153ff68735f5dd5a62a715c082 100644 (file)
@@ -16,8 +16,8 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
-#ifndef TARGET_STRUCTS_H
-#define TARGET_STRUCTS_H
+#ifndef MIPS_TARGET_STRUCTS_H
+#define MIPS_TARGET_STRUCTS_H
 
 struct target_ipc_perm {
     abi_int __key;                      /* Key.  */
This page took 0.022844 seconds and 4 git commands to generate.