hanchenye-scalehls/include/EmitHLSCpp.h

17 lines
385 B
C
Raw Normal View History

//===------------------------------------------------------------*- C++ -*-===//
//
//===----------------------------------------------------------------------===//
#ifndef SCALEHLS_EMITHLSCPP_H
#define SCALEHLS_EMITHLSCPP_H
namespace mlir {
namespace scalehls {
void registerHLSCppEmitterTranslation();
} // namespace scalehls
} // namespace mlir
#endif // SCALEHLS_EMITHLSCPP_H