summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/hw/host1x01.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/host1x/hw/host1x01.h')
-rw-r--r--drivers/gpu/host1x/hw/host1x01.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/gpu/host1x/hw/host1x01.h b/drivers/gpu/host1x/hw/host1x01.h
new file mode 100644
index 000000000..6516c3f1e
--- /dev/null
+++ b/drivers/gpu/host1x/hw/host1x01.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Host1x init for T20 and T30 Architecture Chips
+ *
+ * Copyright (c) 2011-2013, NVIDIA Corporation.
+ */
+#ifndef HOST1X_HOST1X01_H
+#define HOST1X_HOST1X01_H
+
+struct host1x;
+
+int host1x01_init(struct host1x *host);
+
+#endif /* HOST1X_HOST1X01_H_ */