llvm/mlir/include/mlir/Dialect/Ptr/IR/PtrDialect.h

//===- PtrDialect.h - Pointer dialect ---------------------------*- C++ -*-===//
//
// This file is licensed 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 defines the Ptr dialect.
//
//===----------------------------------------------------------------------===//

#ifndef MLIR_DIALECT_PTR_IR_PTRDIALECT_H
#define MLIR_DIALECT_PTR_IR_PTRDIALECT_H

#include "mlir/IR/Dialect.h"

#include "mlir/Dialect/Ptr/IR/PtrOpsDialect.h.inc"

#endif // MLIR_DIALECT_PTR_IR_PTRDIALECT_H