summaryrefslogtreecommitdiff
path: root/board/aspeed/ast2400/slt.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/aspeed/ast2400/slt.h')
-rwxr-xr-xboard/aspeed/ast2400/slt.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/board/aspeed/ast2400/slt.h b/board/aspeed/ast2400/slt.h
new file mode 100755
index 0000000000..4e650bc086
--- /dev/null
+++ b/board/aspeed/ast2400/slt.h
@@ -0,0 +1,29 @@
+/*
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+#define CFG_CMD_REGTEST 0x00000001
+#define CFG_CMD_MACTEST 0x00000002
+#define CFG_CMD_VIDEOTEST 0x00000004
+#define CFG_CMD_HACTEST 0x00000008
+#define CFG_CMD_MICTEST 0x00000010
+#define CFG_CMD_OSDTEST 0x00000020
+#define CFG_CMD_2DTEST 0x00000040
+#define CFG_CMD_HWCTEST 0x00000080
+
+#define FLAG_REGTEST_FAIL 0x00000001
+#define FLAG_MACTEST_FAIL 0x00000002
+#define FLAG_VIDEOTEST_FAIL 0x00000004
+#define FLAG_HACTEST_FAIL 0x00000008
+#define FLAG_MICTEST_FAIL 0x00000010
+#define FLAG_OSDTEST_FAIL 0x00000020
+#define FLAG_2DTEST_FAIL 0x00000040
+#define FLAG_HWCTEST_FAIL 0x00000080
+
+