diff options
Diffstat (limited to 'roms/u-boot/arch/arc/include/asm/processor.h')
-rw-r--r-- | roms/u-boot/arch/arc/include/asm/processor.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arc/include/asm/processor.h b/roms/u-boot/arch/arc/include/asm/processor.h new file mode 100644 index 000000000..03e31fb4e --- /dev/null +++ b/roms/u-boot/arch/arc/include/asm/processor.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2015 Synopsys, Inc. All rights reserved. + */ + +#ifndef _ASM_ARC_PROCESSOR_H +#define _ASM_ARC_PROCESSOR_H + +/* This file is required by some generic code like USB etc */ + +#endif /* _ASM_ARC_PROCESSOR_H */ |