mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	- remove trailing white space, trailing empty lines, C++ comments, etc.
  - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
* Patches by Kenneth Johansson, 25 Jun 2003:
  - major rework of command structure
    (work done mostly by Michal Cendrowski and Joakim Kristiansen)
		
	
			
		
			
				
	
	
		
			9 lines
		
	
	
		
			187 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			187 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _MII_PHY_H_
 | 
						|
#define _MII_PHY_H_
 | 
						|
 | 
						|
void mii_discover_phy(void);
 | 
						|
unsigned short mii_phy_read(unsigned short reg);
 | 
						|
void mii_phy_write(unsigned short reg, unsigned short val);
 | 
						|
 | 
						|
#endif
 |