diff options
Diffstat (limited to 'roms/u-boot/arch/mips/include/asm/mach-generic/cpu-feature-overrides.h')
-rw-r--r-- | roms/u-boot/arch/mips/include/asm/mach-generic/cpu-feature-overrides.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/arch/mips/include/asm/mach-generic/cpu-feature-overrides.h b/roms/u-boot/arch/mips/include/asm/mach-generic/cpu-feature-overrides.h new file mode 100644 index 000000000..38f230215 --- /dev/null +++ b/roms/u-boot/arch/mips/include/asm/mach-generic/cpu-feature-overrides.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright (C) 2003 Ralf Baechle + */ +#ifndef __ASM_MACH_GENERIC_CPU_FEATURE_OVERRIDES_H +#define __ASM_MACH_GENERIC_CPU_FEATURE_OVERRIDES_H + +/* Intentionally empty file ... */ + +#endif /* __ASM_MACH_GENERIC_CPU_FEATURE_OVERRIDES_H */ |