blob: bd0165f97ed7dbcd07388b5b999c1a7838b5bc38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* Copyright (c) 2001, Stanford University
* All rights reserved
*
* See the file LICENSE.txt for information on redistributing this software.
*/
#ifndef PASSTHROUGH_SPU_H
#define PASSTHROUGH_SPU_H 1
#include "cr_spu.h"
extern SPUNamedFunctionTable _cr_passthrough_table[];
extern void BuildPassthroughTable( SPU *child );
#endif
|