From 5d061c0ee23b1052d796e4e8e421aa6e16166fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20M=C3=BCllner?= Date: Fri, 1 Aug 2025 13:55:33 +0200 Subject: Update Linux headers from v6.6 to v6.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch imports the Linux kernel headers v6.16. This brings tons of new supported extensions for hwprobe. Signed-off-by: Christoph Müllner --- linux-headers/include/linux/errqueue.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linux-headers/include/linux/errqueue.h') diff --git a/linux-headers/include/linux/errqueue.h b/linux-headers/include/linux/errqueue.h index d6f48a2..4501b0a 100644 --- a/linux-headers/include/linux/errqueue.h +++ b/linux-headers/include/linux/errqueue.h @@ -69,6 +69,7 @@ enum { SCM_TSTAMP_SND, /* driver passed skb to NIC, or HW */ SCM_TSTAMP_SCHED, /* data entered the packet scheduler */ SCM_TSTAMP_ACK, /* data acknowledged by peer */ + SCM_TSTAMP_COMPLETION, /* packet tx completion */ }; #endif /* _LINUX_ERRQUEUE_H */ -- cgit v1.1