Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * spu hypervisor abstraction for direct hardware access.
4 *
5 * Copyright (C) 2006 Sony Computer Entertainment Inc.
6 * Copyright 2006 Sony Corp.
7 */
8
9#ifndef SPU_PRIV1_MMIO_H
10#define SPU_PRIV1_MMIO_H
11
12struct device_node *spu_devnode(struct spu *spu);
13
14#endif /* SPU_PRIV1_MMIO_H */