blob: 8e587bc7e7349082cdf2ec17f74a50193a671f53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* Enable all PHYs
*
* This software may be used and distributed according to the
* terms of the GNU Public License, Version 2, incorporated
* herein by reference.
*
* Copyright 2011 Freescale Semiconductor, Inc.
* author Andy Fleming
*
*/
#ifndef _CONFIG_PHYLIB_ALL_H
#define _CONFIG_PHYLIB_ALL_H
#endif /*_CONFIG_PHYLIB_ALL_H */
|