aboutsummaryrefslogtreecommitdiff
path: root/daemon/Proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/Proc.h')
-rw-r--r--daemon/Proc.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/daemon/Proc.h b/daemon/Proc.h
new file mode 100644
index 0000000..057b610
--- /dev/null
+++ b/daemon/Proc.h
@@ -0,0 +1,17 @@
+/**
+ * Copyright (C) ARM Limited 2013-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 PROC_H
+#define PROC_H
+
+class Buffer;
+class DynBuf;
+
+bool readProc(Buffer *const buffer, DynBuf *const printb, DynBuf *const b1, DynBuf *const b2, DynBuf *const b3);
+
+#endif // PROC_H