scu.h 252 B

12345678910111213
  1. /*
  2. * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef SCU_H
  7. #define SCU_H
  8. void disable_scu(unsigned long mpidr);
  9. void enable_scu(unsigned long mpidr);
  10. #endif /* SCU_H */