summaryrefslogtreecommitdiff
path: root/cts/common/th_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cts/common/th_common.h')
-rw-r--r--cts/common/th_common.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/cts/common/th_common.h b/cts/common/th_common.h
new file mode 100644
index 0000000000..0495e1048e
--- /dev/null
+++ b/cts/common/th_common.h
@@ -0,0 +1,13 @@
+/* Copyright 2016 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 __TH_COMMON_H
+#define __TH_COMMON_H
+
+#include "cts_common.h"
+
+enum cts_error_code sync(void);
+
+#endif