silicon_if.h 328 B

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