]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/auxvec.h
Misc: Add possibility to remove misc devices during suspend/resume
[linux-2.6-omap-h63xx.git] / include / linux / auxvec.h
index 9a7b374c9fb41a50890b77305131a99ae1a27468..ad895455ab72cebf26a218910433a34edd53e30d 100644 (file)
@@ -26,6 +26,8 @@
 
 #define AT_SECURE 23   /* secure mode boolean */
 
-#define AT_VECTOR_SIZE  42 /* Size of auxiliary table.  */
+#ifdef __KERNEL__
+#define AT_VECTOR_SIZE_BASE (14 + 2) /* NEW_AUX_ENT entries in auxiliary table */
+#endif
 
 #endif /* _LINUX_AUXVEC_H */