summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/platform_tegra.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/platform_tegra.h')
-rw-r--r--drivers/gpu/nvgpu/platform_tegra.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/drivers/gpu/nvgpu/platform_tegra.h b/drivers/gpu/nvgpu/platform_tegra.h
deleted file mode 100644
index 63aed5a7..00000000
--- a/drivers/gpu/nvgpu/platform_tegra.h
+++ /dev/null
@@ -1,29 +0,0 @@
1/*
2 * GK20A Platform (SoC) Interface
3 *
4 * Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved.
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License,
8 * version 2, as published by the Free Software Foundation.
9 *
10 * This program is distributed in the hope it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * more details.
14 */
15
16#ifndef _NVGPU_PLATFORM_TEGRA_H_
17#define _NVGPU_PLATFORM_TEGRA_H_
18
19#include <nvgpu/types.h>
20
21struct platform_device;
22struct gr_ctx_buffer_desc;
23
24int gk20a_tegra_secure_alloc(struct device *dev,
25 struct gr_ctx_buffer_desc *desc,
26 size_t size);
27int gk20a_tegra_secure_page_alloc(struct device *dev);
28
29#endif