IOPriorityPanel.h 388 B

1234567891011121314151617
  1. #ifndef HEADER_IOPriorityPanel
  2. #define HEADER_IOPriorityPanel
  3. /*
  4. htop - IOPriorityPanel.h
  5. (C) 2004-2012 Hisham H. Muhammad
  6. Released under the GNU GPLv2+, see the COPYING file
  7. in the source distribution for its full text.
  8. */
  9. #include "Panel.h"
  10. #include "linux/IOPriority.h"
  11. Panel* IOPriorityPanel_new(IOPriority currPrio);
  12. IOPriority IOPriorityPanel_getIOPriority(Panel* this);
  13. #endif