]> git.proxmox.com Git - qemu.git/blobdiff - qemu-common.h
Fix comment typos in hw/armv7m.c
[qemu.git] / qemu-common.h
index 39fabc9e0fa2ad943e266969c27547e88bfb917d..109498dd4d4ff9b3620ab7ec9817d2295013f725 100644 (file)
@@ -132,6 +132,11 @@ static inline char *realpath(const char *path, char *resolved_path)
 
 #endif /* !defined(NEED_CPU_H) */
 
+/* main function, renamed */
+#if defined(CONFIG_COCOA)
+int qemu_main(int argc, char **argv, char **envp);
+#endif
+
 /* bottom halves */
 typedef void QEMUBHFunc(void *opaque);