chiark / gitweb /
ef14bde9f6286f05b6316032ef38923c9c6f8ef5
[elogind.git] / klibc / include / sys / resource.h
1 /*
2  * sys/resource.h
3  */
4
5 #ifndef _SYS_RESOURCE_H
6 #define _SYS_RESOURCE_H
7
8 #include <klibc/extern.h>
9 #include <sys/types.h>          /* MUST be included before linux/resource.h */
10 #include <linux/resource.h>
11
12 __extern int getpriority(int, int);
13 __extern int setpriority(int, int, int);
14
15 #endif /* _SYS_RESOURCE_H */