aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_char_raw.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: update constsZi Fan Tan2021-07-281-33/+0
| | | | | | | Update dev_vhci consts as they were updated to use inclusive language in commit 3d4f9c00492b and 6397729bb74d. Remove caif_hsi consts as they were removed in commit ca75bcf0a83b. Remove raw driver ioctls as they were removed in commit 603e4922f1c8.
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-0/+33
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983