diff options
author | Lluís <xscript@gmx.net> | 2011-04-13 18:38:24 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2011-04-17 20:41:11 +0200 |
commit | 7b59220ef31a9c8758f8de16e6aaf3fc14b6540c (patch) | |
tree | c0ed9f179efd5399f2c5af56bffa252a2ff2ad3e /target-arm/iwmmxt_helper.c | |
parent | 685ff50f698f11dec8e9e193e8bc86b051a8cf26 (diff) |
move helpers.h to helper.h
This provides a consistent naming scheme across all targets.
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'target-arm/iwmmxt_helper.c')
-rw-r--r-- | target-arm/iwmmxt_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-arm/iwmmxt_helper.c b/target-arm/iwmmxt_helper.c index 3941f1fd89..ebe6eb9fae 100644 --- a/target-arm/iwmmxt_helper.c +++ b/target-arm/iwmmxt_helper.c @@ -24,7 +24,7 @@ #include "cpu.h" #include "exec.h" -#include "helpers.h" +#include "helper.h" /* iwMMXt macros extracted from GNU gdb. */ |