summaryrefslogtreecommitdiff
path: root/cpusched.h
blob: 3af82810c07ab593f581c6576b5c987794a293da (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CPUSCHED_H
#define CPUSCHED_H

extern void init_cpusched(unsigned int cpus);
extern unsigned int socket_to_cpu(int fd);
extern unsigned int register_socket(int fd);
extern void unregister_socket(int fd);
extern void destroy_cpusched(void);

#endif /* CPUSCHED_H */
pan> 2016-07-22greybus: bootrom: Don't print duplicate error messagesViresh Kumar1-7/+5 2016-07-22greybus: 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