adding printf regression test
This commit is contained in:
11
tests/regression/printf/common.h
Normal file
11
tests/regression/printf/common.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _COMMON_H_
|
||||
#define _COMMON_H_
|
||||
|
||||
#define KERNEL_ARG_DEV_MEM_ADDR 0x7ffff000
|
||||
|
||||
struct kernel_arg_t {
|
||||
uint32_t num_points;
|
||||
uint32_t src_ptr;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user