8 lines
146 B
C
8 lines
146 B
C
#ifndef _COMMON_H_
|
|
#define _COMMON_H_
|
|
|
|
#define DEV_MEM_SRC_ADDR 0x10000000
|
|
#define DEV_MEM_DST_ADDR 0x20000000
|
|
#define NUM_BLOCKS 16
|
|
|
|
#endif |