aboutsummaryrefslogtreecommitdiff
path: root/applications/driver_unit_tests/command_stream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'applications/driver_unit_tests/command_stream.hpp')
-rw-r--r--applications/driver_unit_tests/command_stream.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/applications/driver_unit_tests/command_stream.hpp b/applications/driver_unit_tests/command_stream.hpp
index 1783f4c..7163b9d 100644
--- a/applications/driver_unit_tests/command_stream.hpp
+++ b/applications/driver_unit_tests/command_stream.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021 Arm Limited. All rights reserved.
+ * Copyright (c) 2021-2022 Arm Limited.
*
* SPDX-License-Identifier: Apache-2.0
*
@@ -92,6 +92,8 @@ public:
virtual ~CommandStream();
int run(size_t repeat = 1);
+ int run_async();
+ int wait_async(bool block = true);
DataPointer &getCommandStream();
BasePointers &getBasePointers();