/* Copyright (c) 2001, Stanford University
* All rights reserved
*
* See the file LICENSE.txt for information on redistributing this software.
*/
#include "cr_error.h"
#include "passthroughspu.h"
NULL, /* CHILD COPY */
NULL, /* DATA */
_cr_passthrough_table /* THE ACTUAL FUNCTIONS */
};
static SPUFunctions *
unsigned int context_id,
unsigned int num_contexts )
{
(void) id;
(void) self;
(void) context_id;
(void) num_contexts;
{
crError( "You can't load the passthrough SPU as the last SPU in a chain!" );
}
return &passthrough_functions;
}
static void
{
(void)parent;
}
static int
passthroughSPUCleanup(void)
{
return 1;
}
};
{
*name = "passthrough";
return 1;
}