solaris.hh (5543:3af77710f397) solaris.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;

--- 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 __SOLARIS_HH__
32#define __SOLARIS_HH__
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;

--- 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 __SOLARIS_HH__
32#define __SOLARIS_HH__
33
34#include "base/types.hh"
33#include "config/full_system.hh"
34
35#if FULL_SYSTEM
36
37class Solaris {};
38
39#else //!FULL_SYSTEM
40
35#include "config/full_system.hh"
36
37#if FULL_SYSTEM
38
39class Solaris {};
40
41#else //!FULL_SYSTEM
42
41#include <inttypes.h>
42
43#include "kern/operatingsystem.hh"
44
45class TranslatingPort;
46
47///
48/// This class encapsulates the types, structures, constants,
49/// functions, and syscall-number mappings specific to the Solaris
50/// syscall interface.

--- 82 unchanged lines hidden ---
43#include "kern/operatingsystem.hh"
44
45class TranslatingPort;
46
47///
48/// This class encapsulates the types, structures, constants,
49/// functions, and syscall-number mappings specific to the Solaris
50/// syscall interface.

--- 82 unchanged lines hidden ---