1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * spu hypervisor abstraction for direct hardware access.
5 * Copyright (C) 2006 Sony Computer Entertainment Inc.
6 * Copyright 2006 Sony Corp.
9 #ifndef SPU_PRIV1_MMIO_H
10 #define SPU_PRIV1_MMIO_H
12 struct device_node
*spu_devnode(struct spu
*spu
);
14 #endif /* SPU_PRIV1_MMIO_H */