Upgrade kernel headers to 3.18.10.

Change-Id: Iff1f1c830780585990856a5114b559c61282dcd6
This commit is contained in:
Christopher Ferris
2015-03-31 14:57:48 -07:00
parent 611fd2cc91
commit e01d32f802
5 changed files with 50 additions and 45 deletions

View File

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