summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-libunwind-debug-frame-arm.c
blob: f98859684feea0fb60bc1a62140fbab1d3cf18a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <libunwind-arm.h>
#include <stdlib.h>

extern int
UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
				 unw_word_t ip, unw_word_t segbase,
				 const char *obj_name, unw_word_t start,
				 unw_word_t end);

#define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame)

int main(void)
{
	dwarf_find_debug_frame(0, NULL, 0, 0, NULL, 0, 0);
	return 0;
}
tch) tree4d4be0d20d4946c51ef47a882d78c9934a219c0e /include/dt-bindings/pinctrl/at91.h parent11e3b725cfc282efe9d4a354153e99d86a16af08 (diff)
crypto: qat - fix bar discovery for c62x
Some accelerators of the c62x series have only two bars. This patch skips BAR0 if the accelerator does not have it. Cc: <stable@vger.kernel.org> Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/dt-bindings/pinctrl/at91.h')