arrayspu_config.c revision 6457f9bc953a052259ba55fbf6f3d6faace120fa
/* Copyright (c) 2001, Stanford University
* All rights reserved
*
* See the file LICENSE.txt for information on redistributing this software.
*/
#include "arrayspu.h"
#include "cr_string.h"
#include <stdio.h>
static void __setDefaults( void )
{
}
/* No SPU options yet.
*/
SPUOptions arraySPUOptions[] = {
{ NULL, CR_BOOL, 0, NULL, NULL, NULL, NULL, NULL },
};
void arrayspuSetVBoxConfiguration( void )
{
__setDefaults();
}