Files
FireBee_SVN/include/dma.h
Markus Fröschle 941ef2c234 removed mmu.c
modified dma routines
2013-08-05 15:15:58 +00:00

17 lines
185 B
C

/*
* 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_ */