tegra194_private.h 441 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef TEGRA194_PRIVATE_H
  7. #define TEGRA194_PRIVATE_H
  8. void tegra194_cpu_reset_handler(void);
  9. uint64_t tegra194_get_cpu_reset_handler_base(void);
  10. uint64_t tegra194_get_cpu_reset_handler_size(void);
  11. uint64_t tegra194_get_mc_ctx_offset(void);
  12. void tegra194_set_system_suspend_entry(void);
  13. #endif /* TEGRA194_PRIVATE_H */