equivalent of corresponding file release

This commit is contained in:
Markus Fröschle
2013-10-15 07:49:49 +00:00
commit 63fb45f6ea
104 changed files with 55518 additions and 0 deletions

16
BaS_gcc/include/dma.h Normal file
View File

@@ -0,0 +1,16 @@
/*
* spidma.h
*
* Created on: 27.07.2013
* Author: mfro
*/
#ifndef _SPIDMA_H_
#define _SPIDMA_H_
#include <MCF5475.h>
extern int dma_init(void);
#endif /* _SPIDMA_H_ */