summaryrefslogtreecommitdiffstats
path: root/include/linux/types.h
Commit message (Collapse)AuthorAgeFilesLines
* include: refresh include files from kernel 3.1-rc3Jan Engelhardt2011-08-311-0/+13
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* includes: header updatesJan Engelhardt2010-02-011-124/+3
| | | | | | | | | | | | Update the shipped Linux kernel headers from 2.6.33-rc6, as iptables's ipt_ECN.h for example references ipt_DSCP.h, which no longer exists. Since a number of old code pieces have been removed in the kernel in that fashion, the structs for older versions are moved into the .c file, to keep header updating simple. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* include: resynchronize headers with 2.6.29-rc5Jan Engelhardt2009-02-211-17/+4
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* Resync header files with kernelPatrick McHardy2008-06-051-0/+172
Resync headers and add types.h file for endian annotated types, which are not available with old headers.