blob: b4fe313eeb9136396908478dcf913b5df5c7bbd0 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Calvin Johnson2deb8c92018-03-08 15:30:27 +05302/*
3 * Copyright 2015-2016 Freescale Semiconductor, Inc.
4 * Copyright 2017 NXP
Calvin Johnson2deb8c92018-03-08 15:30:27 +05305 */
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
13int pfe_firmware_init(void);
14void pfe_firmware_exit(void);
15
16#endif