Revision 75422b0d hw/qdev.h

b/hw/qdev.h
24 24
    DEV_STATE_INITIALIZED,
25 25
};
26 26

  
27
enum {
28
    DEV_NVECTORS_UNSPECIFIED = -1,
29
};
30

  
27 31
/* This structure should not be accessed directly.  We declare it here
28 32
   so that it can be embedded in individual device state structures.  */
29 33
struct DeviceState {

Also available in: Unified diff