Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 4d856f72c10ecb060868ed10ff1b1453943fc6c8 authored by Linus Torvalds on 15 September 2019, 21:19:32 UTC
Linux 5.3
Tip revision: 4d856f7
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