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:
parent
9afee0b044
commit
e3125dbdff
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue