summaryrefslogtreecommitdiffstats
path: root/linux/ZramMeter.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/ZramMeter.h')
-rw-r--r--linux/ZramMeter.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/ZramMeter.h b/linux/ZramMeter.h
new file mode 100644
index 0000000..ddba1ba
--- /dev/null
+++ b/linux/ZramMeter.h
@@ -0,0 +1,9 @@
+#ifndef HEADER_ZramMeter
+#define HEADER_ZramMeter
+
+#include "Meter.h"
+
+
+extern const MeterClass ZramMeter_class;
+
+#endif