1*873e65bcSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */ 2e28b0031SGeoff Levand /* 3e28b0031SGeoff Levand * spu hypervisor abstraction for direct hardware access. 4e28b0031SGeoff Levand * 5e28b0031SGeoff Levand * Copyright (C) 2006 Sony Computer Entertainment Inc. 6e28b0031SGeoff Levand * Copyright 2006 Sony Corp. 7e28b0031SGeoff Levand */ 8e28b0031SGeoff Levand 9e28b0031SGeoff Levand #ifndef SPU_PRIV1_MMIO_H 10e28b0031SGeoff Levand #define SPU_PRIV1_MMIO_H 11e28b0031SGeoff Levand 12e28b0031SGeoff Levand struct device_node *spu_devnode(struct spu *spu); 13e28b0031SGeoff Levand 14e28b0031SGeoff Levand #endif /* SPU_PRIV1_MMIO_H */ 15