initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef AUTOTEST_H
|
||||
#define AUTOTEST_H
|
||||
|
||||
struct TestIO
|
||||
{
|
||||
volatile char cnt0, cnt1;
|
||||
volatile unsigned dmaddr;
|
||||
volatile char dmdata;
|
||||
volatile char mirror0, mirror1, mirror2;
|
||||
volatile long cycles;
|
||||
volatile char scratch[4];
|
||||
};
|
||||
|
||||
#define testio (*((struct TestIO *)0xdd80))
|
||||
#define testio2 (*((struct TestIO *)0xdd90))
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user