Revision c50c2d68 hw/hpet_emul.h

b/hw/hpet_emul.h
60 60
    uint64_t fsb;           /* FSB route, not supported now */
61 61
    /* Hidden register state */
62 62
    uint64_t period;        /* Last value written to comparator */
63
    uint8_t wrap_flag;      /* timer pop will indicate wrap for one-shot 32-bit 
63
    uint8_t wrap_flag;      /* timer pop will indicate wrap for one-shot 32-bit
64 64
                             * mode. Next pop will be actual timer expiration.
65
                             */ 
65
                             */
66 66
} HPETTimer;
67 67

  
68 68
typedef struct HPETState {

Also available in: Unified diff