htop/DiskIOMeter.h

15 lines
299 B
C
Raw Normal View History

#ifndef HEADER_DiskIOMeter
#define HEADER_DiskIOMeter
/*
h top - DiskIOMeter*.h
(C) 2020 Christian Göttsche
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "Meter.h"
extern MeterClass DiskIOMeter_class;
#endif /* HEADER_DiskIOMeter */