diff options
Diffstat (limited to 'roms/u-boot/include/net/pfe_eth/pfe_firmware.h')
-rw-r--r-- | roms/u-boot/include/net/pfe_eth/pfe_firmware.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/include/net/pfe_eth/pfe_firmware.h b/roms/u-boot/include/net/pfe_eth/pfe_firmware.h new file mode 100644 index 000000000..b4fe313ee --- /dev/null +++ b/roms/u-boot/include/net/pfe_eth/pfe_firmware.h @@ -0,0 +1,16 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright 2015-2016 Freescale Semiconductor, Inc. + * Copyright 2017 NXP + */ + +/** @file + * Contains all the defines to handle parsing and loading of PE firmware files. + */ +#ifndef __PFE_FIRMWARE_H__ +#define __PFE_FIRMWARE_H__ + +int pfe_firmware_init(void); +void pfe_firmware_exit(void); + +#endif |