7 lines
90 B
C
7 lines
90 B
C
|
|
#ifndef __SPI_H__
|
|
#define __SPI_H__
|
|
|
|
#define SPI_ADDR 0xa0140000
|
|
|
|
#endif /* __SPI_H__ */
|