Merge branches 'turbostat' and 'x86_energy_perf_policy' into tools
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / fec.h
blob5d3523d8dd0c69f46046e9a2575b17fd8effb9e7
1 /* include/linux/fec.h
3 * Copyright (c) 2009 Orex Computed Radiography
4 * Baruch Siach <baruch@tkos.co.il>
6 * Header file for the FEC platform data
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
12 #ifndef __LINUX_FEC_H__
13 #define __LINUX_FEC_H__
15 #include <linux/phy.h>
17 struct fec_platform_data {
18 phy_interface_t phy;
21 #endif