blob: a293bdc83d14b3bd61ac586d0ac2f878420eab41 [file] [log] [blame]
//===--- amdgpu/impl/hsa_api.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 AMDGPU_HSA_API_H_INCLUDED
#define AMDGPU_HSA_API_H_INCLUDED
#include "hsa.h"
#include "hsa_ext_amd.h"
#endif