1cceb1bfcSStella Laurenzo //===- SCF.cpp - C Interface for SCF dialect ------------------------------===// 2cceb1bfcSStella Laurenzo // 3cceb1bfcSStella Laurenzo // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4cceb1bfcSStella Laurenzo // See https://llvm.org/LICENSE.txt for license information. 5cceb1bfcSStella Laurenzo // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6cceb1bfcSStella Laurenzo // 7cceb1bfcSStella Laurenzo //===----------------------------------------------------------------------===// 8cceb1bfcSStella Laurenzo 9*8b68da2cSAlex Zinenko #include "mlir/Dialect/SCF/IR/SCF.h" 10cceb1bfcSStella Laurenzo #include "mlir-c/Dialect/SCF.h" 11cceb1bfcSStella Laurenzo #include "mlir/CAPI/Registration.h" 12cceb1bfcSStella Laurenzo 137dadcd02SMehdi Amini MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(SCF, scf, mlir::scf::SCFDialect) 14