forked from Github_Repos/cvw
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			186 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 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
 |