xref: /llvm-project/mlir/examples/standalone/include/Standalone/StandaloneTypes.h (revision 83e9ef7e519a2eac56609268a10e88b251d87e15)
1 //===- StandaloneTypes.h - Standalone dialect types -------------*- C++ -*-===//
2 //
3 // This file is licensed under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 
9 #ifndef STANDALONE_STANDALONETYPES_H
10 #define STANDALONE_STANDALONETYPES_H
11 
12 #include "mlir/IR/BuiltinTypes.h"
13 
14 #define GET_TYPEDEF_CLASSES
15 #include "Standalone/StandaloneOpsTypes.h.inc"
16 
17 #endif // STANDALONE_STANDALONETYPES_H
18