Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 418baf2c28f3473039f2f7377760bd8f6897ae18 authored by Linus Torvalds on 22 November 2020, 23:36:08 UTC
Linux 5.10-rc5
Tip revision: 418baf2
host1x02.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Host1x init for Tegra114 SoCs
 *
 * Copyright (c) 2013 NVIDIA Corporation.
 */

#ifndef HOST1X_HOST1X02_H
#define HOST1X_HOST1X02_H

struct host1x;

int host1x02_init(struct host1x *host);

#endif
back to top