Revision 5fafdf24 hw/ppc.c

b/hw/ppc.c
1 1
/*
2 2
 * QEMU generic PowerPC hardware System Emulator
3
 * 
3
 *
4 4
 * Copyright (c) 2003-2007 Jocelyn Mayer
5
 * 
5
 *
6 6
 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 7
 * of this software and associated documentation files (the "Software"), to deal
8 8
 * in the Software without restriction, including without limitation the rights
......
623 623
    uint64_t wdt_next;    /* Tick for next WDT interrupt  */
624 624
    struct QEMUTimer *wdt_timer;
625 625
};
626
   
626
  
627 627
/* Fixed interval timer */
628 628
static void cpu_4xx_fit_cb (void *opaque)
629 629
{

Also available in: Unified diff