From 869ed99dbc3a645fee6de36e97e1e12127068f10 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 8 Dec 2011 03:47:23 +0100 Subject: new event architecture, first trial --- pcitool/sysinfo.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pcitool/sysinfo.h (limited to 'pcitool/sysinfo.h') diff --git a/pcitool/sysinfo.h b/pcitool/sysinfo.h new file mode 100644 index 0000000..d5636a7 --- /dev/null +++ b/pcitool/sysinfo.h @@ -0,0 +1,7 @@ +#ifndef _PCITOOL_SYSINFO_H +#define _PCITOOL_SYSINFO_H + +size_t get_free_memory(); +int get_file_fs(const char *fname, size_t size, char *fs); + +#endif /* _PCITOOL_SYSINFO_H */ -- cgit v1.2.3