[Utils/Cuse] Add the prototype of trinity-cuse
authorDongju Chae <dongju.chae@samsung.com>
Mon, 12 Apr 2021 07:55:58 +0000 (16:55 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Mon, 19 Apr 2021 04:02:08 +0000 (13:02 +0900)
commitfe310bfbb5144efd1a35deb2555230c1360fde4a
tree0a343e16eaeb7ac32434bed524137a54936f8f0b
parent6fa8a43d1cf1b475b363ed8b03f30434769c3246
[Utils/Cuse] Add the prototype of trinity-cuse

This patch adds the prototype of trinity-cuse, which is a
CUSE-based user-level device driver, and thus can be utilized
in the tizen emulator to provide a virtual device node.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
debian/control
packaging/npu-engine.spec
utils/meson.build
utils/trinity_cuse/meson.build [new file with mode: 0644]
utils/trinity_cuse/trinity-cuse-triv2.cc [new file with mode: 0644]
utils/trinity_cuse/trinity-cuse.cc [new file with mode: 0644]
utils/trinity_cuse/trinity-cuse.h [new file with mode: 0644]
utils/trinity_smi/meson.build