]> Git Repo - qemu.git/blobdiff - hw/timer/m48t59.c
Revert "pc: Enforce adding CPUs contiguously and removing them in opposite order"
[qemu.git] / hw / timer / m48t59.c
index b3df8f9ec9a4dfd33e15238771650f68b68b7670..e46ca883915c62a90dc40b4f7a17abcb1804d614 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/timer/m48t59.h"
+#include "qapi/error.h"
 #include "qemu/timer.h"
 #include "sysemu/sysemu.h"
 #include "hw/sysbus.h"
 #include "hw/isa/isa.h"
 #include "exec/address-spaces.h"
+#include "qemu/bcd.h"
 
 //#define DEBUG_NVRAM
 
This page took 0.022539 seconds and 4 git commands to generate.