summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/platform/tegra/tegra_fd.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/include/linux/platform/tegra/tegra_fd.h b/include/linux/platform/tegra/tegra_fd.h
new file mode 100644
index 000000000..c30daa03c
--- /dev/null
+++ b/include/linux/platform/tegra/tegra_fd.h
@@ -0,0 +1,23 @@
1/*
2 * Copyright (C) 2017-2018, NVIDIA Corporation. All rights reserved.
3 *
4 * This software is licensed under the terms of the GNU General Public
5 * License version 2, as published by the Free Software Foundation, and
6 * may be copied, distributed, and modified under those terms.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 */
14
15#include <linux/fdtable.h>
16
17#ifndef __TEGRA_FD_H
18#define __TEGRA_FD_H
19
20int tegra_alloc_fd(struct files_struct *files, unsigned int start,
21 unsigned int flags);
22
23#endif