repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
powerpc
/
include
/
asm
/
spu_info.h
blob
732431034a6377d89070a29f5ec5b71d5401b627
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
/*
3
* SPU info structures
4
*
5
* (C) Copyright 2006 IBM Corp.
6
*
7
* Author: Dwayne Grant McConnell <decimal@us.ibm.com>
8
*/
9
#ifndef _SPU_INFO_H
10
#define _SPU_INFO_H
11
12
#include <asm/spu.h>
13
#include <uapi/asm/spu_info.h>
14
15
#endif