diff options
| author | Thomas Weißschuh <thomas.weissschuh@linutronix.de> | 2025-12-22 11:00:33 +0300 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2025-12-26 23:00:00 +0300 |
| commit | 3c4629b68dbe18e454cce4b864c530268cffbeed (patch) | |
| tree | da9792244263cbfe747ffa7c9d1c58e123182e68 /include/linux/workqueue.h | |
| parent | d8ee3cfdc89b75dc059dc21c27bef2c1440f67eb (diff) | |
| download | linux-3c4629b68dbe18e454cce4b864c530268cffbeed.tar.xz | |
virtio: uapi: avoid usage of libc types
Using libc types and headers from the UAPI headers is problematic as it
introduces a dependency on a full C toolchain.
On Linux 'unsigned long' works as a replacement for 'uintptr_t' and does
not depend on libc.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20251222-uapi-virtio-v1-1-29390f87bcad@linutronix.de>
Diffstat (limited to 'include/linux/workqueue.h')
0 files changed, 0 insertions, 0 deletions
