Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Stefan Roese | 5ffceb8 | 2015-03-26 15:36:56 +0100 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) Marvell International Ltd. and its affiliates |
Stefan Roese | 5ffceb8 | 2015-03-26 15:36:56 +0100 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef __silicon_if_H |
| 7 | #define __silicon_if_H |
| 8 | |
| 9 | /* max number of devices supported by driver */ |
| 10 | #ifdef CO_CPU_RUN |
| 11 | #define HWS_MAX_DEVICE_NUM (1) |
| 12 | #else |
| 13 | #define HWS_MAX_DEVICE_NUM (16) |
| 14 | #endif |
| 15 | |
| 16 | #endif /* __silicon_if_H */ |