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