Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Host1x init for Tegra210 SoCs
0004  *
0005  * Copyright (c) 2015 NVIDIA Corporation.
0006  */
0007 
0008 #ifndef HOST1X_HOST1X05_H
0009 #define HOST1X_HOST1X05_H
0010 
0011 struct host1x;
0012 
0013 int host1x05_init(struct host1x *host);
0014 
0015 #endif