/* * Copyright 2014, Michael Ellerman, IBM Corp. * Licensed under GPLv2. */ #ifndef __SELFTESTS_POWERPC_PMU_LIB_H #define __SELFTESTS_POWERPC_PMU_LIB_H #include #include #include #include union pipe { struct { int read_fd; int write_fd; }; int fds[2]; }; extern int bind_to_cpu(int cpu); extern int kill_child_and_wait(pid_t child_pid); extern int wait_for_child(pid_t child_pid); extern int sync_with_child(union pipe read_pipe, union pipe write_pipe); extern int wait_for_parent(union pipe read_pipe); extern int notify_parent(union pipe write_pipe); extern int notify_parent_of_error(union pipe write_pipe); extern pid_t eat_cpu(int (test_function)(void)); extern bool require_paranoia_below(int level); struct addr_range { uint64_t first, last; }; extern struct addr_range libc, vdso; int parse_proc_maps(void); #endif /* __SELFTESTS_POWERPC_PMU_LIB_H */ net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2017-01-23 15:15:32 +0800
committerLinus Walleij <linus.walleij@linaro.org>2017-01-30 09:15:10 +0100
commite82d02580af45663fad6d3596e4344c606e81e10 (patch)
tree5a19fff63af270f77ab5ae79fdf2c806e4e4ebb2 /net/bluetooth/Kconfig
parent566cf877a1fcb6d6dc0126b076aad062054c2637 (diff)
pinctrl: berlin-bg4ct: fix the value for "sd1a" of pin SCRD0_CRD_PRES
This should be a typo. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'net/bluetooth/Kconfig')