llvm/clang/include/clang/Basic/HLSLRuntime.h

//===- HLSLRuntime.h - HLSL Runtime -----------------------------*- 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
//
//===----------------------------------------------------------------------===//
//
/// \file
/// Defines helper utilities for supporting the HLSL runtime environment.
//
//===----------------------------------------------------------------------===//

#ifndef CLANG_BASIC_HLSLRUNTIME_H
#define CLANG_BASIC_HLSLRUNTIME_H

#include "clang/Basic/LangOptions.h"
#include <cstdint>

namespace clang {
hlsl // namespace hlsl
} // namespace clang

#endif // CLANG_BASIC_HLSLRUNTIME_H