summaryrefslogtreecommitdiffstats
path: root/linux/IOPriorityPanel.h
blob: 3aa7610105e2d9a3b749b6c23688a2ff7cbbec9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef HEADER_IOPriorityPanel
#define HEADER_IOPriorityPanel
/*
htop - IOPriorityPanel.h
(C) 2004-2012 Hisham H. Muhammad
Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/

#include "Panel.h"
#include "linux/IOPriority.h"

Panel* IOPriorityPanel_new(IOPriority currPrio);

IOPriority IOPriorityPanel_getIOPriority(Panel* this);

#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy