Reduce warnings/errors in libpayload when using picky compiler options
[coreboot.git] / payloads / libpayload / arch / i386 / main.c
index 48d6ef54952aa8105ade915b6e36b359c98bc717..378c6f387f237241273a9162c810cfb75c86f827 100644 (file)
@@ -41,6 +41,7 @@ char *main_argv[MAX_ARGC_COUNT];
  * This is our C entry function - set up the system
  * and jump into the payload entry point.
  */
+void start_main(void);
 void start_main(void)
 {
        extern int main(int argc, char **argv);