blob: 177963e1b8b5c3165baebe06090909ba2ac6252b [file] [log] [blame]
//===--- amdgpu/impl/get_elf_mach_gfx_name.h ---------------------- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#ifndef GET_ELF_MACH_GFX_NAME_H_INCLUDED
#define GET_ELF_MACH_GFX_NAME_H_INCLUDED
#include <stdint.h>
const char *get_elf_mach_gfx_name(uint32_t EFlags);
#endif