Skip to content

Commit b9bb5a1

Browse files
add comments
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
1 parent 51eaea3 commit b9bb5a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common/lib/kernel/devices/ip_device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* IpDevice
1+
/* IpDevice: Linux/Unix device which represents an IP component of a FPGA.
22
*
33
* Author: Pascal Bauer <pascal.bauer@rwth-aachen.de>
44
*

common/lib/kernel/devices/linux_driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* LinuxDriver
1+
/* Implementation of driver interface for Linux/Unix based operation system drivers.
22
*
33
* Author: Pascal Bauer <pascal.bauer@rwth-aachen.de>
44
*

common/lib/kernel/devices/platform_device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Platform Device
1+
/* Platform Device: Platform bus based Linux/Unix device.
22
*
33
* Author: Pascal Bauer <pascal.bauer@rwth-aachen.de>
44
*

0 commit comments

Comments
 (0)