summaryrefslogtreecommitdiff
path: root/cras/src/tests/rstream_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'cras/src/tests/rstream_stub.h')
-rw-r--r--cras/src/tests/rstream_stub.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/cras/src/tests/rstream_stub.h b/cras/src/tests/rstream_stub.h
deleted file mode 100644
index 249bcb76..00000000
--- a/cras/src/tests/rstream_stub.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Copyright 2017 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef RSTREAM_STUB_H_
-#define RSTREAM_STUB_H_
-
-#include <time.h>
-
-void rstream_stub_reset();
-
-void rstream_stub_dev_offset(const cras_rstream* rstream,
- unsigned int dev_id,
- unsigned int offset);
-
-// Stub that rstream is pending the reply from client or not.
-void rstream_stub_pending_reply(const cras_rstream* rstream, int ret_value);
-
-#endif // RSTREAM_STUB_H_