htif.h 306 B

1234567891011121314151617
  1. /*
  2. * SPDX-License-Identifier: BSD-3-Clause
  3. *
  4. * Copyright (c) 2010-2020, The Regents of the University of California
  5. * (Regents). All Rights Reserved.
  6. */
  7. #ifndef __SYS_HTIF_H__
  8. #define __SYS_HTIF_H__
  9. #include <sbi/sbi_types.h>
  10. int htif_serial_init(void);
  11. int htif_system_reset_init(void);
  12. #endif