i82094aa.hh (9090:e4e22240398f) i82094aa.hh (9235:5aa4896ed55a)
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;

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

29 */
30
31#ifndef __DEV_X86_I82094AA_HH__
32#define __DEV_X86_I82094AA_HH__
33
34#include <map>
35
36#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;

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

29 */
30
31#ifndef __DEV_X86_I82094AA_HH__
32#define __DEV_X86_I82094AA_HH__
33
34#include <map>
35
36#include "base/bitunion.hh"
37#include "base/range_map.hh"
38#include "dev/x86/intdev.hh"
39#include "dev/io_device.hh"
40#include "params/I82094AA.hh"
41
42namespace X86ISA
43{
44
45class I8259;

--- 96 unchanged lines hidden ---
37#include "dev/x86/intdev.hh"
38#include "dev/io_device.hh"
39#include "params/I82094AA.hh"
40
41namespace X86ISA
42{
43
44class I8259;

--- 96 unchanged lines hidden ---