git-svn-id: svn://svn.coreboot.org/coreboot/trunk@783 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
		
			
				
	
	
		
			10 lines
		
	
	
		
			127 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			127 B
		
	
	
	
		
			C
		
	
	
	
	
	
static void spd_set_drb(void)
 | 
						|
{
 | 
						|
	unsigned char ch;
 | 
						|
	char *str;
 | 
						|
	str = "test_string";
 | 
						|
	ch = *str;
 | 
						|
	__builtin_outb(ch, 0xab);
 | 
						|
}
 | 
						|
 |