blob: 588b2ae9348f6f64a1185c5e7f7ce95c976f37cf [file] [log] [blame]
Calvin Johnson2deb8c92018-03-08 15:30:27 +05301/*
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
14int pfe_firmware_init(void);
15void pfe_firmware_exit(void);
16
17#endif