diff options
author | Dwayne Grant McConnell | 2006-11-20 18:44:58 +0100 |
---|---|---|
committer | Paul Mackerras | 2006-12-04 10:39:45 +0100 |
commit | b9e3bd774bb1a90fee9b90f461a51e4ba295fe6d (patch) | |
tree | 1df839981e28241d66f9bc5abe56f99476ef2a3f /include/asm-powerpc/Kbuild | |
parent | [POWERPC] spufs: Change %llx to 0x%llx. (diff) | |
download | kernel-qcow2-linux-b9e3bd774bb1a90fee9b90f461a51e4ba295fe6d.tar.gz kernel-qcow2-linux-b9e3bd774bb1a90fee9b90f461a51e4ba295fe6d.tar.xz kernel-qcow2-linux-b9e3bd774bb1a90fee9b90f461a51e4ba295fe6d.zip |
[POWERPC] spufs: Add /lslr, /dma_info and /proxydma files
The /lslr file gives read access to the SPU_LSLR register in hex; 0x3fff
for example The /dma_info file provides read access to the SPU Command
Queue in a binary format. The /proxydma_info files provides read access
access to the Proxy Command Queue in a binary format. The spu_info.h
file provides data structures for interpreting the binary format of
/dma_info and /proxydma_info.
Signed-off-by: Dwayne Grant McConnell <decimal@us.ibm.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/Kbuild')
-rw-r--r-- | include/asm-powerpc/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/Kbuild b/include/asm-powerpc/Kbuild index 9827849953a3..1e637381c118 100644 --- a/include/asm-powerpc/Kbuild +++ b/include/asm-powerpc/Kbuild @@ -17,6 +17,7 @@ header-y += ipc.h header-y += poll.h header-y += shmparam.h header-y += sockios.h +header-y += spu_info.h header-y += ucontext.h header-y += ioctl.h header-y += linkage.h |