operatingsystem.hh (5795:72ce7502dc71) operatingsystem.hh (6215:9aed64c9f10f)
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;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Gabe Black
29 */
30
31#ifndef __KERN_OPERATINGSYSTEM_HH__
32#define __KERN_OPERATINGSYSTEM_HH__
33
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;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Gabe Black
29 */
30
31#ifndef __KERN_OPERATINGSYSTEM_HH__
32#define __KERN_OPERATINGSYSTEM_HH__
33
34#include "base/types.hh"
34#include "config/full_system.hh"
35
35#include "config/full_system.hh"
36
36#include <inttypes.h>
37
38#if FULL_SYSTEM
39
40class OperatingSystem {};
41
42#else //!FULL_SYSTEM
43#include <string>
44
45class LiveProcess;

--- 86 unchanged lines hidden ---
37#if FULL_SYSTEM
38
39class OperatingSystem {};
40
41#else //!FULL_SYSTEM
42#include <string>
43
44class LiveProcess;

--- 86 unchanged lines hidden ---