aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/Command.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/daemon/Command.h')
-rw-r--r--tools/gator/daemon/Command.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/gator/daemon/Command.h b/tools/gator/daemon/Command.h
new file mode 100644
index 000000000000..17244b7aaebc
--- /dev/null
+++ b/tools/gator/daemon/Command.h
@@ -0,0 +1,14 @@
+/**
+ * Copyright (C) ARM Limited 2014. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#ifndef COMMAND_H
+#define COMMAND_H
+
+void *commandThread(void *);
+
+#endif // COMMAND_H