Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Tegra host1x Register Offsets for Tegra186
0004  *
0005  * Copyright (c) 2017 NVIDIA Corporation.
0006  */
0007 
0008 #ifndef __HOST1X_HOST1X06_HARDWARE_H
0009 #define __HOST1X_HOST1X06_HARDWARE_H
0010 
0011 #include <linux/types.h>
0012 #include <linux/bitops.h>
0013 
0014 #include "hw_host1x06_channel.h"
0015 #include "hw_host1x06_uclass.h"
0016 #include "hw_host1x06_vm.h"
0017 #include "hw_host1x06_hypervisor.h"
0018 
0019 #include "opcodes.h"
0020 
0021 #endif