mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
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 */
|