Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * spu hypervisor abstraction for direct hardware access.
0004  *
0005  *  Copyright (C) 2006 Sony Computer Entertainment Inc.
0006  *  Copyright 2006 Sony Corp.
0007  */
0008 
0009 #ifndef SPU_PRIV1_MMIO_H
0010 #define SPU_PRIV1_MMIO_H
0011 
0012 struct device_node *spu_devnode(struct spu *spu);
0013 
0014 #endif /* SPU_PRIV1_MMIO_H */