diff options
Diffstat (limited to 'linux-user/loader.h')
-rw-r--r-- | linux-user/loader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/loader.h b/linux-user/loader.h index ad6ca9dbe3..59cbeacf24 100644 --- a/linux-user/loader.h +++ b/linux-user/loader.h @@ -58,6 +58,7 @@ extern unsigned long guest_stack_size; #ifdef TARGET_S390X uint32_t get_elf_hwcap(void); +const char *elf_hwcap_str(uint32_t bit); #endif #endif /* LINUX_USER_LOADER_H */ |