morello_private.h 291 B

1234567891011121314
  1. /*
  2. * Copyright (c) 2023, Arm Limited. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef MORELLO_PRIVATE_H
  7. #define MORELLO_PRIVATE_H
  8. #include <lib/psci/psci.h>
  9. void morello_pwr_domain_off(const psci_power_state_t *target_state);
  10. #endif /* MORELLO_PRIVATE_H */