diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-04-24 02:12:40 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-04-24 02:12:40 -0700 |
commit | c7b27f7c56ff83d72d165e78ba3e9a1ae51f3968 (patch) | |
tree | 15a72c70eddbe4f7e6390c4b06d4706b272e124c /mycan.c | |
parent | 6ce4a25796f1694c5ce749f1da3b3f753500e05d (diff) |
LICENSE note comment
Diffstat (limited to 'mycan.c')
-rw-r--r-- | mycan.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,8 +22,11 @@ cansend vcan0 680#02.00.02.00.02.00.02.00 #include <net/if.h> #include <sys/ioctl.h> #include <sys/socket.h> + +// (GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause #include <linux/can.h> #include <linux/can/raw.h> + #include "all_SRE_edited.h" // https://github.com/howerj/dbcc MIT |