From 020278c1a682ea75ddb63fe4e0d373116935199f Mon Sep 17 00:00:00 2001 From: Drew Richardson Date: Mon, 7 Apr 2014 12:00:00 -0700 Subject: gator: Version 5.18 Signed-off-by: Drew Richardson --- daemon/Proc.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 daemon/Proc.h (limited to 'daemon/Proc.h') 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 -- cgit v1.2.3