]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/LaCie/common/common.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / LaCie / common / common.h
CommitLineData
77ea071f
SG
1/*
2 * Copyright (C) 2011 Simon Guinot <sguinot@lacie.com>
3 *
1a459660 4 * SPDX-License-Identifier: GPL-2.0+
77ea071f
SG
5 */
6
7#ifndef _LACIE_COMMON_H
8#define _LACIE_COMMON_H
9
10#if defined(CONFIG_CMD_NET) && defined(CONFIG_RESET_PHY_R)
c59c0857 11void mv_phy_88e1116_init(const char *name, u16 phyaddr);
37235496 12void mv_phy_88e1318_init(const char *name, u16 phyaddr);
77ea071f
SG
13#endif
14#if defined(CONFIG_CMD_I2C) && defined(CONFIG_SYS_I2C_EEPROM_ADDR)
15int lacie_read_mac_address(uchar *mac);
16#endif
17
18#endif /* _LACIE_COMMON_H */