Revision a9ff9df1 hw/qdev.h

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