Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / drivers / net / phy / mdio-i2c.h
blob889ab57d7f3e856e22afaec7d70a9261fccc76d3
1 /*
2 * MDIO I2C bridge
4 * Copyright (C) 2015 Russell King
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10 #ifndef MDIO_I2C_H
11 #define MDIO_I2C_H
13 struct device;
14 struct i2c_adapter;
15 struct mii_bus;
17 struct mii_bus *mdio_i2c_alloc(struct device *parent, struct i2c_adapter *i2c);
19 #endif