summaryrefslogtreecommitdiff
path: root/system/alpha/h/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/alpha/h/system.h')
-rw-r--r--system/alpha/h/system.h89
1 files changed, 89 insertions, 0 deletions
diff --git a/system/alpha/h/system.h b/system/alpha/h/system.h
new file mode 100644
index 000000000..de35b4451
--- /dev/null
+++ b/system/alpha/h/system.h
@@ -0,0 +1,89 @@
+#ifndef __SYSTEM_H_LOADED
+#define __SYSTEM_H_LOADED
+/*****************************************************************************
+
+ Copyright © 1993, 1994 Digital Equipment Corporation,
+ Maynard, Massachusetts.
+
+ All Rights Reserved
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted, provided
+that the copyright notice and this permission notice appear in all copies
+of software and supporting documentation, and that the name of Digital not
+be used in advertising or publicity pertaining to distribution of the software
+without specific, written prior permission. Digital grants this permission
+provided that you prominently mark, as not part of the original, any
+modifications made to this software or documentation.
+
+Digital Equipment Corporation disclaims all warranties and/or guarantees
+with regard to this software, including all implied warranties of fitness for
+a particular purpose and merchantability, and makes no representations
+regarding the use of, or the results of the use of, the software and
+documentation in terms of correctness, accuracy, reliability, currentness or
+otherwise; and you rely on the software, documentation and results solely at
+your own risk.
+
+******************************************************************************/
+
+/*
+ * $Id: system.h,v 1.1.1.1 1997/10/30 23:27:17 verghese Exp $;
+ */
+
+/*
+ * $Log: system.h,v $
+ * Revision 1.1.1.1 1997/10/30 23:27:17 verghese
+ * current 10/29/97
+ *
+ * Revision 1.1 1995/06/08 18:42:05 berc
+ * Initial revision
+ *
+ * Revision 1.10 1994/12/08 16:42:29 fdh
+ * Added includes for eb66p.h and eb64l.h
+ *
+ * Revision 1.9 1994/11/23 19:45:52 cruz
+ * Added eb164.h
+ *
+ * Revision 1.8 1994/11/08 21:44:50 fdh
+ * Removed special compiler definitions. They now only
+ * appear in lib.h
+ *
+ * Revision 1.7 1994/08/05 20:13:47 fdh
+ * Updated Copyright header and RCS $Id: identifier.
+ *
+ * Revision 1.6 1994/06/20 14:18:59 fdh
+ * Fixup header file preprocessor #include conditionals.
+ *
+ * Revision 1.5 1994/06/17 19:34:01 fdh
+ * Clean-up...
+ *
+ * Revision 1.4 1994/03/16 00:12:31 fdh
+ * Use TRUE and FALSE defines for all environments.
+ *
+ * Revision 1.3 1994/01/19 10:22:28 rusling
+ * Ported to ALpha Windows NT.
+ *
+ * Revision 1.2 1993/11/22 13:17:13 rusling
+ * Merged with PCI/21040 changes.
+ *
+ * Revision 1.1 1993/11/22 11:44:09 rusling
+ * Initial revision
+ *
+ * Revision 1.1 1993/11/22 11:44:09 rusling
+ * Initial revision
+ *
+ */
+
+
+/*
+ * Per evaluation board include files
+ */
+#include "eb64.h"
+#include "eb66.h"
+#include "eb66p.h"
+#include "eb64p.h"
+#include "eb64l.h"
+#include "eb164.h"
+#include "xxm.h"
+
+#endif /* __SYSTEM_H_LOADED */