We use the Object type all over the place. Forward declare it in "qemu/typedefs.h". Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200504115656.6045-2-f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			199 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			199 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include "qemu/osdep.h"
 | 
						|
#include "hw/mem/memory-device.h"
 | 
						|
 | 
						|
MemoryDeviceInfoList *qmp_memory_device_list(void)
 | 
						|
{
 | 
						|
   return NULL;
 | 
						|
}
 | 
						|
 | 
						|
uint64_t get_plugged_memory_size(void)
 | 
						|
{
 | 
						|
    return (uint64_t)-1;
 | 
						|
}
 |