aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mips64/target_structs.h
diff options
context:
space:
mode:
authorPetar Jovanovic <petar.jovanovic@imgtec.com>2013-10-30 14:46:31 +0100
committerRiku Voipio <riku.voipio@linaro.org>2013-11-29 11:42:04 +0200
commit55a2b1631fb343edac4a2d4596c72e58ee1372b3 (patch)
tree14eb9854832da080f8b21658841763690d115bdf /linux-user/mips64/target_structs.h
parent9721cf2cd6ecfc50d2ab1349e27b53c4bc36df54 (diff)
linux-user: create target_structs header to place ipc_perm and shmid_ds
Creating target_structs header in linux-user/$arch/ and making target_ipc_perm and target_shmid_ds its first inhabitants. The struct defintions may/should be further fine-tuned by arch maintainers. Signed-off-by: Petar Jovanovic <petar.jovanovic@imgtec.com> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'linux-user/mips64/target_structs.h')
-rw-r--r--linux-user/mips64/target_structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/mips64/target_structs.h b/linux-user/mips64/target_structs.h
new file mode 100644
index 0000000000..a4f619e732
--- /dev/null
+++ b/linux-user/mips64/target_structs.h
@@ -0,0 +1,2 @@
+#include "../mips/target_structs.h"
+