SPDX: Convert all of our single license tags to Linux Kernel style
[platform/kernel/u-boot.git] / board / varisys / cyrus / cyrus.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2
3 #ifndef __CYRUS_H
4 #define __CYRUS_H
5
6 void fdt_fixup_board_enet(void *blob);
7 void pci_of_setup(void *blob, bd_t *bd);
8
9 #endif