summaryrefslogtreecommitdiff
path: root/cmd_loadavg.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_loadavg.h')
-rw-r--r--cmd_loadavg.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/cmd_loadavg.h b/cmd_loadavg.h
new file mode 100644
index 0000000..d3bd9c2
--- /dev/null
+++ b/cmd_loadavg.h
@@ -0,0 +1,11 @@
+#ifndef __CMD_LOADAVG_H
+#define __CMD_LOADAVG_H
+
+#include <stdlib.h>
+#include <stdio.h>
+
+#include "util.h"
+
+void *cmd_loadavg(void *data);
+
+#endif \ No newline at end of file