plmt.h 323 B

1234567891011121314151617
  1. /*
  2. * SPDX-License-Identifier: BSD-2-Clause
  3. *
  4. * Copyright (c) 2019 Andes Technology Corporation
  5. *
  6. * Authors:
  7. * Zong Li <zong@andestech.com>
  8. */
  9. #ifndef _AE350_PLMT_H_
  10. #define _AE350_PLMT_H_
  11. int plmt_warm_timer_init(void);
  12. int plmt_cold_timer_init(unsigned long base, u32 hart_count);
  13. #endif /* _AE350_PLMT_H_ */