blob: 5ce094969728f46f4026466f28ce81df04382759 [file] [log] [blame]
//===- OpenACCInterfaces.h - MLIR Interfaces for OpenACC --------*- 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
//
//===----------------------------------------------------------------------===//
//
// This file declares OpenACC Interface implementations for the OpenACC dialect.
//
//===----------------------------------------------------------------------===//
#ifndef MLIR_DIALECT_OPENACC_OPENACCINTERFACES_H_
#define MLIR_DIALECT_OPENACC_OPENACCINTERFACES_H_
#include "mlir/IR/OpDefinition.h"
#include "mlir/Dialect/OpenACC/OpenACCOpsInterfaces.h.inc"
#endif // MLIR_DIALECT_OPENACC_OPENACCINTERFACES_H_