blob: 577f6ff3dff52ddc56c2bd6c8fc2828e7673af7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Host1x init for Tegra264 SoCs
*
* Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
*/
#ifndef HOST1X_HOST1X10_H
#define HOST1X_HOST1X10_H
struct host1x;
int host1x10_init(struct host1x *host);
#endif
|