linux.hh (5795:72ce7502dc71) | linux.hh (6215:9aed64c9f10f) |
---|---|
1/* 2 * Copyright (c) 2004-2009 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; --- 16 unchanged lines hidden (view full) --- 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 * 28 * Authors: Ali Saidi 29 */ 30 31#ifndef __LINUX_HH__ 32#define __LINUX_HH__ | 1/* 2 * Copyright (c) 2004-2009 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; --- 16 unchanged lines hidden (view full) --- 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 * 28 * Authors: Ali Saidi 29 */ 30 31#ifndef __LINUX_HH__ 32#define __LINUX_HH__ |
33 34#include "base/types.hh" |
|
33#include "config/full_system.hh" 34 35#if FULL_SYSTEM 36 37class Linux {}; 38 39#else //!FULL_SYSTEM 40 | 35#include "config/full_system.hh" 36 37#if FULL_SYSTEM 38 39class Linux {}; 40 41#else //!FULL_SYSTEM 42 |
41#include <inttypes.h> | |
42#include <string> 43 44#include "kern/operatingsystem.hh" 45 46class ThreadContext; 47class LiveProcess; 48 49/// --- 124 unchanged lines hidden --- | 43#include <string> 44 45#include "kern/operatingsystem.hh" 46 47class ThreadContext; 48class LiveProcess; 49 50/// --- 124 unchanged lines hidden --- |