QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
272 B

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* SPU info structures
*
* (C) Copyright 2006 IBM Corp.
*
* Author: Dwayne Grant McConnell <[email protected]>
*/
#ifndef _SPU_INFO_H
#define _SPU_INFO_H
#include <asm/spu.h>
#include <uapi/asm/spu_info.h>
#endif