Nariman Poushin | 0ece80f | 2018-02-26 06:52:04 +0000 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef __SGI_VARIANT_H__ | ||||
8 | #define __SGI_VARIANT_H__ | ||||
9 | |||||
10 | /* SSC_VERSION values for SGI575 */ | ||||
11 | #define SGI575_SSC_VER_PART_NUM 0x0783 | ||||
12 | |||||
13 | #endif /* __SGI_VARIANT_H__ */ |