pfe_firmware.h 340 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2015-2016 Freescale Semiconductor, Inc.
  4. * Copyright 2017 NXP
  5. */
  6. /** @file
  7. * Contains all the defines to handle parsing and loading of PE firmware files.
  8. */
  9. #ifndef __PFE_FIRMWARE_H__
  10. #define __PFE_FIRMWARE_H__
  11. int pfe_firmware_init(void);
  12. void pfe_firmware_exit(void);
  13. #endif