[NPU/EMUL] Add a skeleton for NPU ioctl emulations
authorDongju Chae <dongju.chae@samsung.com>
Tue, 12 Nov 2019 02:29:39 +0000 (11:29 +0900)
committer파리차이카푸르/On-Device Lab(SR)/Engineer/삼성전자 <pk.kapoor@samsung.com>
Thu, 14 Nov 2019 07:13:10 +0000 (16:13 +0900)
commita9678dad26c1718bb863cd0da2d6c421a4239242
treeaa879c8cdeeebe7bb1763c334ef02704a0263d3d
parent7626fa70317fb8787fd1c37d608708f39fa96e52
[NPU/EMUL] Add a skeleton for NPU ioctl emulations

This commit adds a skeleton for NPU ioctl emulations. It replaces the existing NPU ioctls to dummy ones, and will eventually perform emulations (TODO).

Note that this source file is written in C++. The reason is the existing emulation codes for VISA are written in C++, and we need their C wrappers.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
src/core/npu/NPUdrvAPI.c
src/core/npu/NPUemul.cpp [new file with mode: 0644]
src/core/npu/NPUemul.h [new file with mode: 0644]
src/core/npu/meson.build