new unaligned access kernel, update idle kernel
This commit is contained in:
13
tests/regression/unaligned/common.h
Normal file
13
tests/regression/unaligned/common.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _COMMON_H_
|
||||
#define _COMMON_H_
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#define KERNEL_ARG_DEV_MEM_ADDR 0x9fff0000
|
||||
#define DEV_SMEM_START_ADDR 0xff000000
|
||||
|
||||
typedef struct {
|
||||
uint32_t placeholder;
|
||||
} kernel_arg_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user