sifive_test.h 312 B

1234567891011121314151617
  1. /*
  2. * SPDX-License-Identifier: BSD-3-Clause
  3. *
  4. * Copyright (c) 2020 Western Digital Corporation or its affiliates.
  5. *
  6. * Authors:
  7. * Anup Patel <anup.patel@wdc.com>
  8. */
  9. #ifndef __SYS_SIFIVE_TEST_H__
  10. #define __SYS_SIFIVE_TEST_H__
  11. #include <sbi/sbi_types.h>
  12. int sifive_test_init(unsigned long base);
  13. #endif