libsysutils

diff include/sysutils.h @ 0:a8277d8f687a

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 19 Feb 2015 01:33:54 +0200
parents
children c1323f9f202d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/include/sysutils.h	Thu Feb 19 01:33:54 2015 +0200
     1.3 @@ -0,0 +1,7 @@
     1.4 +#ifndef LIBSYSUTILS_H_
     1.5 +#define LIBSYSUTILS_H_
     1.6 +
     1.7 +#include "datapath.h"
     1.8 +#include "sysinfo.h"
     1.9 +
    1.10 +#endif	/* LIBSYSUTILS_H_ */