diff options
| author | 2022-08-02 10:06:12 -0700 | |
|---|---|---|
| committer | 2022-08-02 10:06:12 -0700 | |
| commit | 8bb5e7f4dcd9b9ef22a3ea25c9066a8a968f12dd (patch) | |
| tree | 0f1383880607a227142f9388a066959926233ff1 /tools/include/linux/io.h | |
| parent | Input: document the units for resolution of size axes (diff) | |
| parent | Input: adc-joystick - fix ordering in adc_joystick_probe() (diff) | |
| download | linux-dev-8bb5e7f4dcd9b9ef22a3ea25c9066a8a968f12dd.tar.xz linux-dev-8bb5e7f4dcd9b9ef22a3ea25c9066a8a968f12dd.zip | |
Merge branch 'next' into for-linus
Prepare input updates for 5.20 (or 6.0) merge window.
Diffstat (limited to 'tools/include/linux/io.h')
| -rw-r--r-- | tools/include/linux/io.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/include/linux/io.h b/tools/include/linux/io.h new file mode 100644 index 000000000000..e129871fe661 --- /dev/null +++ b/tools/include/linux/io.h @@ -0,0 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef _TOOLS_IO_H +#define _TOOLS_IO_H + +#endif |
