ppa.h 192 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2016 NXP Semiconductor, Inc.
  4. */
  5. #ifndef __FSL_PPA_H_
  6. #define __FSL_PPA_H_
  7. #ifdef CONFIG_FSL_LS_PPA
  8. int ppa_init(void);
  9. #endif
  10. #endif