1*fd3907ccSCallum Fare//===-- OffloadAPI.td - Root tablegen file for Offload -----*- tablegen -*-===// 2*fd3907ccSCallum Fare// 3*fd3907ccSCallum Fare// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*fd3907ccSCallum Fare// See https://llvm.org/LICENSE.txt for license information. 5*fd3907ccSCallum Fare// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6*fd3907ccSCallum Fare// 7*fd3907ccSCallum Fare//===----------------------------------------------------------------------===// 8*fd3907ccSCallum Fare 9*fd3907ccSCallum Fare// Always include this file first 10*fd3907ccSCallum Fareinclude "APIDefs.td" 11*fd3907ccSCallum Fare 12*fd3907ccSCallum Fare// Add API definition files here 13*fd3907ccSCallum Fareinclude "Common.td" 14*fd3907ccSCallum Fareinclude "Platform.td" 15*fd3907ccSCallum Fareinclude "Device.td" 16