repo: https://github.com/u-boot/u-boot commit: d80bb749fab53da72c4a0e09b8c2d2aaa3103c91 Change-Id: Ie6434426e1ec15bc08bb1832798e371f3fd5fb29
16 lines
344 B
C
16 lines
344 B
C
/*
|
|
* 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 */
|