xref: /linux/drivers/gpu/host1x/hw/host1x02_hardware.h (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Tegra host1x Register Offsets for Tegra114
4  *
5  * Copyright (c) 2010-2013 NVIDIA Corporation.
6  */
7 
8 #ifndef __HOST1X_HOST1X02_HARDWARE_H
9 #define __HOST1X_HOST1X02_HARDWARE_H
10 
11 #include <linux/types.h>
12 #include <linux/bitops.h>
13 
14 #include "hw_host1x02_channel.h"
15 #include "hw_host1x02_sync.h"
16 #include "hw_host1x02_uclass.h"
17 
18 #include "opcodes.h"
19 
20 #endif
21