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