xref: /openbmc/u-boot/arch/arc/include/asm/processor.h (revision e8f80a5a)
1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
2db1f17f8SAlexey Brodkin /*
3db1f17f8SAlexey Brodkin  * Copyright (C) 2015 Synopsys, Inc. All rights reserved.
4db1f17f8SAlexey Brodkin  */
5db1f17f8SAlexey Brodkin 
6db1f17f8SAlexey Brodkin #ifndef _ASM_ARC_PROCESSOR_H
7db1f17f8SAlexey Brodkin #define _ASM_ARC_PROCESSOR_H
8db1f17f8SAlexey Brodkin 
9db1f17f8SAlexey Brodkin /* This file is required by some generic code like USB etc */
10db1f17f8SAlexey Brodkin 
11db1f17f8SAlexey Brodkin #endif /* _ASM_ARC_PROCESSOR_H */
12