summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2012-02-27 13:12:03 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-02-29 17:09:41 -0600
commit2e6867c1170ada1c07d38e4facbf10c619d03e48 (patch)
tree023c6a02661805aca3d56957dac79daca375ad73 /src/include
parent94dd36baefb33d78d4923867fbe986782b33ea53 (diff)
downloadtalos-hostboot-2e6867c1170ada1c07d38e4facbf10c619d03e48.tar.gz
talos-hostboot-2e6867c1170ada1c07d38e4facbf10c619d03e48.zip
Add code to set MBA's under Centaurs functional
- branch thi_enable_mbas Change-Id: Ib83227b1a1da09d558de433d565a02975ba9506b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/698 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/targeting/predicates/predicates.H40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/include/usr/targeting/predicates/predicates.H b/src/include/usr/targeting/predicates/predicates.H
new file mode 100644
index 000000000..2c615852c
--- /dev/null
+++ b/src/include/usr/targeting/predicates/predicates.H
@@ -0,0 +1,40 @@
+// IBM_PROLOG_BEGIN_TAG
+// This is an automatically generated prolog.
+//
+// $Source: src/include/usr/targeting/predicates/predicates.H $
+//
+// IBM CONFIDENTIAL
+//
+// COPYRIGHT International Business Machines Corp. 2012
+//
+// p1
+//
+// Object Code Only (OCO) source materials
+// Licensed Internal Code Source Materials
+// IBM HostBoot Licensed Internal Code
+//
+// The source code for this program is not published or other-
+// wise divested of its trade secrets, irrespective of what has
+// been deposited with the U.S. Copyright Office.
+//
+// Origin: 30
+//
+// IBM_PROLOG_END
+#ifndef TARG_PREDICATES_H
+#define TARG_PREDICATES_H
+
+/**
+ * @file predicateall.H
+ *
+ * @brief Shortcut file to pull in all the predicate include files.
+ *
+ */
+#include <targeting/predicates/predicatebase.H>
+#include <targeting/predicates/predicatectm.H>
+#include <targeting/predicates/predicatepostfixexpr.H>
+#include <targeting/predicates/predicateisfunctional.H>
+
+// please keep up to date...
+
+#endif
+
OpenPOWER on IntegriCloud