dtod.hh (8332:23711432221f) dtod.hh (9235:5aa4896ed55a)
1/*
2 * Copyright (c) 2004-2006 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;

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

33 * simple device register read.
34 */
35
36#ifndef __DEV_SPARC_DTOD_HH__
37#define __DEV_SPARC_DTOD_HH__
38
39#include <vector>
40
1/*
2 * Copyright (c) 2004-2006 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;

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

33 * simple device register read.
34 */
35
36#ifndef __DEV_SPARC_DTOD_HH__
37#define __DEV_SPARC_DTOD_HH__
38
39#include <vector>
40
41#include "base/range.hh"
42#include "dev/io_device.hh"
43#include "params/DumbTOD.hh"
44
45/**
46 * DumbTOD simply returns some idea of time when read. Until we finish with
47 * legion it starts with the start time and increments itself by 1000 each time.
48 */
49class DumbTOD : public BasicPioDevice

--- 34 unchanged lines hidden ---
41#include "dev/io_device.hh"
42#include "params/DumbTOD.hh"
43
44/**
45 * DumbTOD simply returns some idea of time when read. Until we finish with
46 * legion it starts with the start time and increments itself by 1000 each time.
47 */
48class DumbTOD : public BasicPioDevice

--- 34 unchanged lines hidden ---