Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Host1x init for T20 and T30 Architecture Chips
0004  *
0005  * Copyright (c) 2011-2013, NVIDIA Corporation.
0006  */
0007 #ifndef HOST1X_HOST1X01_H
0008 #define HOST1X_HOST1X01_H
0009 
0010 struct host1x;
0011 
0012 int host1x01_init(struct host1x *host);
0013 
0014 #endif /* HOST1X_HOST1X01_H_ */