aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/pps.h
AgeCommit message (Collapse)AuthorFilesLines
2017-03-17pps: fix padding issue with PPS_FETCH for ioctl_compatMatt Ranostay1-0/+19
Issue is that x86 32-bit aligns to 4-bytes instead of 8-bytes so this patchset works around the issue and corrects the data returned in pps_fdata_compat. Acked-by: Rodolfo Giometti <[email protected]> Signed-off-by: Matt Ranostay <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-0/+131
Signed-off-by: David Howells <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Acked-by: Michael Kerrisk <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Acked-by: Dave Jones <[email protected]>