summaryrefslogtreecommitdiff
path: root/kern/linux/linux.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2004-01-15 13:22:55 -0500
committerAli Saidi <saidi@eecs.umich.edu>2004-01-15 13:22:55 -0500
commitf013df643a57814e6db4988037c9718eab994e5a (patch)
treef8a7817b2b93782b5e95a70cad46c15dd8a12f82 /kern/linux/linux.hh
parent8fd48f5eb00243121c0e075aed5e2adc1d04e142 (diff)
parentb3788280f6e630e225fa7e4c666a8d2973227308 (diff)
downloadgem5-f013df643a57814e6db4988037c9718eab994e5a.tar.xz
mereged changes to elf_object.cc
base/loader/elf_object.cc: merged changes to elf_object.cc --HG-- extra : convert_revision : 2b7a6083d45f0221646e2ebe5b91ee45ec8c6b7c
Diffstat (limited to 'kern/linux/linux.hh')
-rw-r--r--kern/linux/linux.hh34
1 files changed, 34 insertions, 0 deletions
diff --git a/kern/linux/linux.hh b/kern/linux/linux.hh
new file mode 100644
index 000000000..a3cb94e91
--- /dev/null
+++ b/kern/linux/linux.hh
@@ -0,0 +1,34 @@
+/*
+ * Copyright (c) 2003 The Regents of The University of Michigan
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are
+ * met: redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer;
+ * redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution;
+ * neither the name of the copyright holders nor the names of its
+ * contributors may be used to endorse or promote products derived from
+ * this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#ifndef __LINUX_HH__
+#define __LINUX_HH__
+
+class Linux {};
+
+#endif // __LINUX_HH__