]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/qdev-core.h
bulk: Do not declare function prototypes using 'extern' keyword
[mirror_qemu.git] / include / hw / qdev-core.h
index 884c726a8750b89f95f98bcb618b6ee19bc0476d..151d9682380d292357a5b28c77824e15050fcb55 100644 (file)
@@ -1086,7 +1086,7 @@ typedef enum MachineInitPhase {
     PHASE_MACHINE_READY,
 } MachineInitPhase;
 
-extern bool phase_check(MachineInitPhase phase);
-extern void phase_advance(MachineInitPhase phase);
+bool phase_check(MachineInitPhase phase);
+void phase_advance(MachineInitPhase phase);
 
 #endif