Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Alexey Brodkin | 06ba067 | 2015-11-13 00:45:20 +0300 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2015 Synopsys, Inc. All rights reserved. | ||||
Alexey Brodkin | 06ba067 | 2015-11-13 00:45:20 +0300 | [diff] [blame] | 4 | */ |
5 | |||||
6 | #ifndef _ASM_ARC_PROCESSOR_H | ||||
7 | #define _ASM_ARC_PROCESSOR_H | ||||
8 | |||||
9 | /* This file is required by some generic code like USB etc */ | ||||
10 | |||||
11 | #endif /* _ASM_ARC_PROCESSOR_H */ |