blob: 6b98611fb9680c1d54013cc9f7e89bab638348bb [file] [log] [blame]
//===- Dialects.h - CAPI for dialects -----------------------------*- 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
//
//===----------------------------------------------------------------------===//
#ifndef STANDALONE_C_DIALECTS_H
#define STANDALONE_C_DIALECTS_H
#include "mlir-c/Registration.h"
#ifdef __cplusplus
extern "C" {
#endif
MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(Standalone, standalone);
#ifdef __cplusplus
}
#endif
#endif // STANDALONE_C_DIALECTS_H