Revision a9ff9df1

b/hw/qdev.c
32 32

  
33 33
/* This is a nasty hack to allow passing a NULL bus to qdev_create.  */
34 34
static BusState *main_system_bus;
35
extern struct BusInfo system_bus_info;
36 35

  
37 36
static DeviceInfo *device_info_list;
38 37

  
b/hw/qdev.h
162 162
void qdev_prop_register_compat(CompatProperty *props);
163 163
void qdev_prop_set_compat(DeviceState *dev);
164 164

  
165
/* This is a nasty hack to allow passing a NULL bus to qdev_create.  */
166
extern struct BusInfo system_bus_info;
167

  
165 168
#endif

Also available in: Unified diff