Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) 2012 Avionic Design GmbH
0004  * Copyright (C) 2012-2013, NVIDIA Corporation
0005  */
0006 
0007 #ifndef HOST1X_BUS_H
0008 #define HOST1X_BUS_H
0009 
0010 struct bus_type;
0011 struct host1x;
0012 
0013 extern struct bus_type host1x_bus_type;
0014 
0015 int host1x_register(struct host1x *host1x);
0016 int host1x_unregister(struct host1x *host1x);
0017 
0018 #endif