servers/hgfs/hgfs_server => servers/hgfs servers/hgfs/libhgfs => lib/libhgfs servers/rs/service => commands/service drivers/memory/memory_driver => drivers/memory drivers/memory/ramdisk => drivers/ramdisk
		
			
				
	
	
		
			15 lines
		
	
	
		
			164 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			164 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
Ramdisk that is part of the image
 | 
						|
*/
 | 
						|
 | 
						|
#include <stddef.h>
 | 
						|
 | 
						|
#include "local.h"
 | 
						|
 | 
						|
unsigned char imgrd[]=
 | 
						|
{
 | 
						|
#include "image.c"
 | 
						|
};
 | 
						|
 | 
						|
size_t imgrd_size= sizeof(imgrd);
 |