summaryrefslogtreecommitdiff
path: root/include/pfe_eth/pfe_firmware.h
diff options
context:
space:
mode:
authorCalvin Johnson <calvin.johnson@nxp.com>2017-10-03 06:05:26 (GMT)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2017-10-11 03:26:05 (GMT)
commitaf5f82203668bbdefc7a69cec5b5ac6a728674bf (patch)
tree85470178069ebc40160c27465918f72f233c15a8 /include/pfe_eth/pfe_firmware.h
parent676ef263ec38e182fde66d5ff676de7635939408 (diff)
downloadu-boot-af5f82203668bbdefc7a69cec5b5ac6a728674bf.tar.xz
drivers: net: pfe_eth: LS1012A PFE headers
Contains all the pfe header files. Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com> Signed-off-by: Anjaneyulu Jagarlmudi <anji.jagarlmudi@nxp.com>
Diffstat (limited to 'include/pfe_eth/pfe_firmware.h')
-rw-r--r--include/pfe_eth/pfe_firmware.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/pfe_eth/pfe_firmware.h b/include/pfe_eth/pfe_firmware.h
new file mode 100644
index 0000000..588b2ae
--- /dev/null
+++ b/include/pfe_eth/pfe_firmware.h
@@ -0,0 +1,17 @@
+/*
+ * Copyright 2015-2016 Freescale Semiconductor, Inc.
+ * Copyright 2017 NXP
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/** @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