Move to v3.16.3 kernel headers.

Change-Id: Ife491bd7630b853a78532dd74e4644438256a3a1
This commit is contained in:
Christopher Ferris
2014-09-18 13:14:58 -07:00
parent 82e71085c2
commit 653676dde8
2 changed files with 59 additions and 57 deletions

View File

@@ -16,5 +16,5 @@
***
****************************************************************************
****************************************************************************/
#define LINUX_VERSION_CODE 200705
#define LINUX_VERSION_CODE 200707
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))