cvw/tests/testsBP/fpga-test-sdc/sdcDriver.h
2021-10-20 16:24:55 -05:00

10 lines
143 B
C

#ifndef __SDCDRIVER_H
#define __SDCDRIVER_H
void copySDC512(long int, long int *);
volatile void waitInitSDC();
void setSDCCLK(int);
#endif