Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f authored by Linus Torvalds on 12 September 2021, 23:28:37 UTC
Linux 5.15-rc1
Tip revision: 6880fa6
host1x01.h
/* 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_ */
back to top