mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
10 lines
186 B
C
10 lines
186 B
C
#ifndef __SDCDRIVER_H
|
|
#define __SDCDRIVER_H
|
|
|
|
|
|
void copySDC512(long int, long int *);
|
|
volatile void waitInitSDC();
|
|
void setSDCCLK(int);
|
|
void copyFlash(long int, long int *, int);
|
|
|
|
#endif
|