mc146818.hh (11800:54436a1784dc) mc146818.hh (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 20 unchanged lines hidden (view full) ---

29 * Andrew Schultz
30 * Miguel Serrano
31 */
32
33#ifndef __DEV_MC146818_HH__
34#define __DEV_MC146818_HH__
35
36#include "base/bitunion.hh"
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 20 unchanged lines hidden (view full) ---

29 * Andrew Schultz
30 * Miguel Serrano
31 */
32
33#ifndef __DEV_MC146818_HH__
34#define __DEV_MC146818_HH__
35
36#include "base/bitunion.hh"
37#include "base/misc.hh"
37#include "base/logging.hh"
38#include "sim/eventq_impl.hh"
39
40/** Real-Time Clock (MC146818) */
41class MC146818 : public EventManager
42{
43 protected:
44 virtual void handleEvent()
45 {

--- 140 unchanged lines hidden ---
38#include "sim/eventq_impl.hh"
39
40/** Real-Time Clock (MC146818) */
41class MC146818 : public EventManager
42{
43 protected:
44 virtual void handleEvent()
45 {

--- 140 unchanged lines hidden ---