Skip to content

Commit

Permalink
doc: add README in src/{basic,shared}/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwata committed Jan 4, 2019
1 parent 62b0e3b commit 12329b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/basic/linux/README
@@ -0,0 +1,4 @@
The files in this directory are copied from kernel-4.20, and the following modifications are applied:
- btrfs.h: drop '__user' attributes
- ethtool.h: add a type cast to SPEED_UNKNOWN
- ethtool.h: define __KERNEL_DIV_ROUND_UP if not defined
5 changes: 5 additions & 0 deletions src/shared/linux/README
@@ -0,0 +1,5 @@
The files in this directory are copied from kernel-4.20, and the following modifications are applied:
- auto_dev-ioctl.h: set AUTOFS_DEV_IOCTL_VERSION_MINOR to 0
- auto_dev-ioctl.h: define AUTOFS_IOCTL if not defined
- dm-ioctl.h: set DM_VERSION_MINOR to 27
- bpf_insn.h: import BPF_JMP_A() macro from include/linux/filter.h

0 comments on commit 12329b2

Please sign in to comment.