core: Add initial implementation of DeviceSet interface
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 3 Mar 2023 01:10:07 +0000 (17:10 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 10:21:48 +0000 (15:51 +0530)
commitbd6bb2139d87777d94998f9c41e6ccaa40fa7513
treeef4a85cbd632c5fd3d20fd9e8a7a5a5a6b5a3831
parent70090e674a5b68ca0f67c0978f12b16b37741f8b
core: Add initial implementation of DeviceSet interface

This adds the initial implementation of DeviceSet interface as
documented in doc/set-api.rst.
Makefile.am
src/adapter.c
src/device.c
src/device.h
src/set.c [new file with mode: 0644]
src/set.h [new file with mode: 0644]