blob: 4a8e91b58f120c36efee8da05f6b5c45f9fe7706 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
York Sunee52b182012-10-11 07:13:37 +00002/*
3 * Copyright 2011-2012 Freescale Semiconductor, Inc.
York Sunee52b182012-10-11 07:13:37 +00004 */
5
6#ifndef __CORENET_DS_H__
7#define __CORENET_DS_H__
8
9void fdt_fixup_board_enet(void *blob);
10void pci_of_setup(void *blob, bd_t *bd);
11
York Sunee52b182012-10-11 07:13:37 +000012#endif