blob: 9ad112a5d354a2feb5b6116feb935f572e4f4b50 [file] [log] [blame]
//===- ArmSMEEnums.h - Arm SME Dialect Enums --------------------*- 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 MLIR_DIALECT_ARMSME_ENUMS_H
#define MLIR_DIALECT_ARMSME_ENUMS_H
#include "mlir/IR/Dialect.h"
#include "mlir/Dialect/ArmSME/IR/ArmSMEEnums.h.inc"
#endif