speaker.hh (7903:7fcfb515d7bf) speaker.hh (9338:97b4a2be1e5b)
1/*
2 * Copyright (c) 2008 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;

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

27 *
28 * Authors: Gabe Black
29 */
30
31#ifndef __DEV_X86_SPEAKER_HH__
32#define __DEV_X86_SPEAKER_HH__
33
34#include "base/bitunion.hh"
1/*
2 * Copyright (c) 2008 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;

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

27 *
28 * Authors: Gabe Black
29 */
30
31#ifndef __DEV_X86_SPEAKER_HH__
32#define __DEV_X86_SPEAKER_HH__
33
34#include "base/bitunion.hh"
35#include "dev/io_device.hh"
35#include "params/PcSpeaker.hh"
36
37namespace X86ISA
38{
39
40class I8254;
41
42class Speaker : public BasicPioDevice

--- 41 unchanged lines hidden ---
36#include "params/PcSpeaker.hh"
37
38namespace X86ISA
39{
40
41class I8254;
42
43class Speaker : public BasicPioDevice

--- 41 unchanged lines hidden ---