silicon_if.h 328 B

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