All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add userspace API headfile for net hardware time-stamp to kbuild
@ 2009-11-12  9:44 Barry Song
  0 siblings, 0 replies; only message in thread
From: Barry Song @ 2009-11-12  9:44 UTC (permalink / raw)
  To: sam; +Cc: linux-kbuild, uclinux-dist-devel, Jie Zhang, Barry Song

From: Jie Zhang <jie.zhang@analog.com>

include/linux/net_tstamp.h is userspace API for hardware time stamping
of network packets. It should be exported to userspace.

Signed-off-by: Jie Zhang <jie.zhang@analog.com>
Signed-off-by: Barry Song <barry.song@analog.com>
cc: Sam Ravnborg <sam@ravnborg.org>
---
 include/linux/Kbuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 1feed71..f7508b0 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -118,6 +118,7 @@ header-y += mtio.h
 header-y += ncp_no.h
 header-y += neighbour.h
 header-y += net_dropmon.h
+header-y += net_tstamp.h
 header-y += netfilter_arp.h
 header-y += netrom.h
 header-y += nfs2.h
-- 
1.5.6.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-12  9:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-12  9:44 [PATCH] add userspace API headfile for net hardware time-stamp to kbuild Barry Song

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.