renamed spidma.[ch] to dma.[ch]

This commit is contained in:
Markus Fröschle
2013-08-01 10:56:11 +00:00
parent 2a9a57eeea
commit e0e93657c4
5 changed files with 9 additions and 6 deletions

16
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 spidma_init(void);
#endif /* _SPIDMA_H_ */