brintos

brintos / linux-shallow public Read only

0
0
Text · 429 B · c05cfa7 Raw
22 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Tegra host1x Register Offsets for Tegra1864 *5 * Copyright (c) 2017 NVIDIA Corporation.6 */7 8#ifndef __HOST1X_HOST1X06_HARDWARE_H9#define __HOST1X_HOST1X06_HARDWARE_H10 11#include <linux/types.h>12#include <linux/bitops.h>13 14#include "hw_host1x06_channel.h"15#include "hw_host1x06_uclass.h"16#include "hw_host1x06_vm.h"17#include "hw_host1x06_hypervisor.h"18 19#include "opcodes.h"20 21#endif22