1*9abdd497SMikko Perttunen /* SPDX-License-Identifier: GPL-2.0-only */ 2*9abdd497SMikko Perttunen /* 3*9abdd497SMikko Perttunen * Tegra host1x Register Offsets for Tegra234 4*9abdd497SMikko Perttunen * 5*9abdd497SMikko Perttunen * Copyright (c) 2022 NVIDIA Corporation. 6*9abdd497SMikko Perttunen */ 7*9abdd497SMikko Perttunen 8*9abdd497SMikko Perttunen #ifndef __HOST1X_HOST1X08_HARDWARE_H 9*9abdd497SMikko Perttunen #define __HOST1X_HOST1X08_HARDWARE_H 10*9abdd497SMikko Perttunen 11*9abdd497SMikko Perttunen #include <linux/types.h> 12*9abdd497SMikko Perttunen #include <linux/bitops.h> 13*9abdd497SMikko Perttunen 14*9abdd497SMikko Perttunen #include "hw_host1x08_uclass.h" 15*9abdd497SMikko Perttunen #include "hw_host1x08_vm.h" 16*9abdd497SMikko Perttunen #include "hw_host1x08_hypervisor.h" 17*9abdd497SMikko Perttunen #include "hw_host1x08_common.h" 18*9abdd497SMikko Perttunen 19*9abdd497SMikko Perttunen #include "opcodes.h" 20*9abdd497SMikko Perttunen 21*9abdd497SMikko Perttunen #endif 22