2012-10-04 23:59:45 +00:00
|
|
|
#ifndef HEADER_IOPriorityPanel
|
|
|
|
#define HEADER_IOPriorityPanel
|
|
|
|
/*
|
|
|
|
htop - IOPriorityPanel.h
|
|
|
|
(C) 2004-2012 Hisham H. Muhammad
|
2020-10-05 07:51:32 +00:00
|
|
|
Released under the GNU GPLv2, see the COPYING file
|
2012-10-04 23:59:45 +00:00
|
|
|
in the source distribution for its full text.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "Panel.h"
|
2021-04-29 18:13:36 +00:00
|
|
|
#include "linux/IOPriority.h"
|
2012-10-04 23:59:45 +00:00
|
|
|
|
2020-09-02 07:38:44 +00:00
|
|
|
Panel* IOPriorityPanel_new(IOPriority currPrio);
|
2012-10-04 23:59:45 +00:00
|
|
|
|
2020-09-02 07:38:44 +00:00
|
|
|
IOPriority IOPriorityPanel_getIOPriority(Panel* this);
|
2012-10-04 23:59:45 +00:00
|
|
|
|
|
|
|
#endif
|