#include #include 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; } el='vcs-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Anderson <dianders@chromium.org>2016-06-10 11:01:57 -0700
committerThierry Reding <treding@nvidia.com>2016-07-11 14:30:42 +0200
commit360b499c0d9d728f290a2bf29ebbc90d39006b02 (patch)
tree816abd091e10e1383b10b5d4ac37960c70d8c698
parentbe9497f64e70b9a434aaaa1be0f2b034fb6fa1c8 (diff)
dt-bindings: Add vendor prefix for Starry
>From their website: http://www.b001.com.cn/ Starry appears to be a company involved in LCD panels and related components. Signed-off-by: Douglas Anderson <dianders@chromium.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <treding@nvidia.com>