SysArchMeter.h 278 B

1234567891011121314
  1. #ifndef HEADER_SysArchMeter
  2. #define HEADER_SysArchMeter
  3. /*
  4. htop - SysArchMeter.h
  5. (C) 2021 htop dev team
  6. Released under the GNU GPLv2+, see the COPYING file
  7. in the source distribution for its full text.
  8. */
  9. #include "Meter.h"
  10. extern const MeterClass SysArchMeter_class;
  11. #endif