mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
tests/tcg: target/mips: Rename two header files for consistency
Rename two header files for consistency and clarity. Do all other changes to accommodate new names. Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Reviewed-by: Aleksandar Rikalo <amarkovic@wavecomp.com> Message-Id: <1551981716-30664-3-git-send-email-aleksandar.markovic@rt-rk.com>
This commit is contained in:
parent
dd8d6a2d5a
commit
81526dff27
116 changed files with 232 additions and 232 deletions
|
@ -19,8 +19,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef TEST_INPUTS_H
|
||||
#define TEST_INPUTS_H
|
||||
#ifndef TEST_INPUTS_128_H
|
||||
#define TEST_INPUTS_128_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
|
@ -19,8 +19,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef TEST_UTILS_H
|
||||
#define TEST_UTILS_H
|
||||
#ifndef TEST_UTILS_128_H
|
||||
#define TEST_UTILS_128_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
Loading…
Add table
Add a link
Reference in a new issue