aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd_loadavg.h
blob: d3bd9c2bc60f991757cbf9e73d26e0f3b3a90db9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __CMD_LOADAVG_H
#define __CMD_LOADAVG_H

#include <stdlib.h>
#include <stdio.h>

#include "util.h"

void *cmd_loadavg(void *data);

#endif