Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * SPU info structures
0004  *
0005  * (C) Copyright 2006 IBM Corp.
0006  *
0007  * Author: Dwayne Grant McConnell <decimal@us.ibm.com>
0008  */
0009 #ifndef _SPU_INFO_H
0010 #define _SPU_INFO_H
0011 
0012 #include <asm/spu.h>
0013 #include <uapi/asm/spu_info.h>
0014 
0015 #endif