diff options
Diffstat (limited to 'src/libudev/ioprio.h')
-rw-r--r-- | src/libudev/ioprio.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/libudev/ioprio.h b/src/libudev/ioprio.h deleted file mode 100644 index 950e59b237..0000000000 --- a/src/libudev/ioprio.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef IOPRIO_H -#define IOPRIO_H - -/* This is minimal version of Linux' linux/ioprio.h header file, which - * is licensed GPL2 */ - -/* - * These are the io priority groups as implemented by CFQ. RT is the realtime - * class, it always gets premium service. BE is the best-effort scheduling - * class, the default for any process. IDLE is the idle scheduling class, it - * is only served when no one else is using the disk. - */ -enum { - IOPRIO_CLASS_NONE, - IOPRIO_CLASS_RT, - IOPRIO_CLASS_BE, - IOPRIO_CLASS_IDLE, -}; - -#endif |