vecaddx: Change arg device address to 7fff0000

This commit is contained in:
Hansung Kim
2024-03-26 10:44:33 -07:00
parent cc7b34ec5b
commit 7f00e6c376

View File

@@ -1,7 +1,7 @@
#ifndef _COMMON_H_
#define _COMMON_H_
#define KERNEL_ARG_DEV_MEM_ADDR 0x7ffff000
#define KERNEL_ARG_DEV_MEM_ADDR 0x7fff0000
#ifndef TYPE
#define TYPE float