
24 Jun
2011
24 Jun
'11
12:59 a.m.
On Thursday, June 23, 2011 14:27:32 Jason Hobbs wrote:
+#ifdef CONFIG_MENU +int abortboot(int bootdelay) +#else static __inline__ int abortboot(int bootdelay) +#endif
more ifdef trickery here than necessary: #ifndef CONFIG_MENU static inline #endif int abortboot(int bootdelay) { -mike