renamed spidma.[ch] to dma.[ch]
This commit is contained in:
16
include/dma.h
Normal file
16
include/dma.h
Normal 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_ */
|
||||
Reference in New Issue
Block a user