summaryrefslogtreecommitdiff
path: root/proc.h
blob: 996ce06084e41775039bbe7563cd982952997451 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef PROC_H
#define PROC_H

#include <stdlib.h>

extern void cpu_affinity(int cpu);
extern int set_proc_prio(int prio);
extern int set_sched_status(int policy, int priority);
extern ssize_t proc_get_cmdline(unsigned int pid, char *cmdline, size_t len);

#endif /* PROC_H */
63af2f75ec8b'>greybus: bootrom: Skip setting timeout in failure path of size requestViresh Kumar1-3/+5 2016-07-22greybus: vibrator: integrate runtime pmAnn Chen1-4/+34 2016-07-22greybus: control: Print bundle-id in print messagesViresh Kumar1-14/+16 2016-07-22greybus: operation: print id when synchronous operation timeoutDavid Lin1-2/+2 2016-07-22greybus: audio: Avoid using ARA keywordVaibhav Agarwal