1 /* 2 * Copyright (C) Marvell International Ltd. and its affiliates 3 * 4 * SPDX-License-Identifier: GPL-2.0 5 */ 6 7 #ifndef __silicon_if_H 8 #define __silicon_if_H 9 10 /* max number of devices supported by driver */ 11 #ifdef CO_CPU_RUN 12 #define HWS_MAX_DEVICE_NUM (1) 13 #else 14 #define HWS_MAX_DEVICE_NUM (16) 15 #endif 16 17 #endif /* __silicon_if_H */ 18