1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

add driver interface

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2024-08-24 12:36:12 +02:00 committed by Niklas Eiling
parent 9afee0b044
commit e3125dbdff

View file

@ -1,4 +1,4 @@
/* Interface for device drivers. OS/platform independend.
/* Interface for device drivers. OS/platform independend.
* Implemented for Linux/Unix drivers in linux_driver.hpp
*
* Author: Pascal Bauer <pascal.bauer@rwth-aachen.de>
@ -26,4 +26,4 @@ public:
} // namespace devices
} // namespace kernel
} // namespace villas
} // namespace villas