solaris.hh (8794:e2ac2b7164dd) solaris.hh (8808:8af87554ad7e)
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;

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

29 */
30
31#ifndef __SOLARIS_HH__
32#define __SOLARIS_HH__
33
34#include "base/types.hh"
35#include "kern/operatingsystem.hh"
36
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;

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

29 */
30
31#ifndef __SOLARIS_HH__
32#define __SOLARIS_HH__
33
34#include "base/types.hh"
35#include "kern/operatingsystem.hh"
36
37class TranslatingPort;
38
39///
40/// This class encapsulates the types, structures, constants,
41/// functions, and syscall-number mappings specific to the Solaris
42/// syscall interface.
43///
44class Solaris : public OperatingSystem
45{
46

--- 75 unchanged lines hidden ---
37///
38/// This class encapsulates the types, structures, constants,
39/// functions, and syscall-number mappings specific to the Solaris
40/// syscall interface.
41///
42class Solaris : public OperatingSystem
43{
44

--- 75 unchanged lines hidden ---