aboutsummaryrefslogtreecommitdiff
path: root/protocols/service/test_runner/packed-c/opcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/service/test_runner/packed-c/opcodes.h')
-rw-r--r--protocols/service/test_runner/packed-c/opcodes.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/protocols/service/test_runner/packed-c/opcodes.h b/protocols/service/test_runner/packed-c/opcodes.h
new file mode 100644
index 000000000..e28da2448
--- /dev/null
+++ b/protocols/service/test_runner/packed-c/opcodes.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef TS_TEST_RUNNER_OPCODES_H
+#define TS_TEST_RUNNER_OPCODES_H
+
+/**
+ * C/C++ definition of test_runner service opcodes
+ */
+#define TS_TEST_RUNNER_OPCODE_RUN_TESTS (0x0101)
+#define TS_TEST_RUNNER_OPCODE_LIST_TESTS (0x0102)
+
+#endif /* TS_TEST_RUNNER_OPCODES_H */