ppa.h 192 B

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