diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/accel/accel-cpu-target.h (renamed from include/hw/core/accel-cpu.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hw/core/accel-cpu.h b/include/accel/accel-cpu-target.h index 24dad45ab9..0a8e518600 100644 --- a/include/hw/core/accel-cpu.h +++ b/include/accel/accel-cpu-target.h @@ -8,8 +8,8 @@ * See the COPYING file in the top-level directory. */ -#ifndef ACCEL_CPU_H -#define ACCEL_CPU_H +#ifndef ACCEL_CPU_TARGET_H +#define ACCEL_CPU_TARGET_H /* * This header is used to define new accelerator-specific target-specific |