summaryrefslogtreecommitdiff
path: root/cpusched.h
blob: a7c26ce337fdfe2fa2af891ec902bbd185abaa7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * netsniff-ng - the packet sniffing beast
 * Copyright 2011 Daniel Borkmann.
 * Subject to the GPL, version 2.
 */

#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 */
o' class='commit-info'> authorAndi Shyti <andi.shyti@samsung.com>2016-07-12 19:02:11 +0900 committerMark Brown <broonie@kernel.org>2016-07-14 17:28:20 +0100 commit1ada32ede94fc91ff0f3236fcc70ae74dd0c2cb0 (patch) treecdd3f7e535a32b1558c66875e38ee78a4254c0c8 /Documentation parentc068042bf0872c9121f4a6eab281dd63f61df5d3 (diff)
spi: s3c64xx: document the clocks and the clock-name property
These two properties were not documented but used in the spi dts. Add the related documentation. Suggested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Andi Shyti <andi.shyti@samsung.com> Reviewed-by: Michael Turquette <mturquette@baylibre.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')