blob: 8cd52ba3c5af8ef282276cdbde8b478175724f82 [file] [log] [blame]
Andy Fleming87e29872015-11-04 15:48:32 -06001/*
2 * SPDX-License-Identifier: GPL-2.0+
3 */
4
5#ifndef __CYRUS_H
6#define __CYRUS_H
7
8void fdt_fixup_board_enet(void *blob);
9void pci_of_setup(void *blob, bd_t *bd);
10
11#endif