gpio_rand.c
412 Bytes
#include "pi_util.h"
#include "pi_tests.h"
void IoTestAll(char *flashInitFileName)
{
int dramSize;
u32 dramStartAddr;
char *s;
unsigned int seed;
int i;
FILE *fp;
do_keep_alive_socket(1);
/* some log output settings hardcoded for now */
Dflags |= DLOG | DSTATUS | DERROR;
/* XXX: assume we're in secure mode */
gpioSignals();
do_keep_alive_socket(0);
}