8 lines
146 B
C
8 lines
146 B
C
#ifndef _COMMON_H_
|
|
#define _COMMON_H_
|
|
|
|
#define DEV_MEM_SRC_ADDR 0x10000040
|
|
#define DEV_MEM_DST_ADDR 0x20000080
|
|
#define NUM_BLOCKS 64
|
|
|
|
#endif |