aboutsummaryrefslogtreecommitdiffstats
path: root/x86emu/x86emu/prim_ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'x86emu/x86emu/prim_ops.h')
-rw-r--r--x86emu/x86emu/prim_ops.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/x86emu/x86emu/prim_ops.h b/x86emu/x86emu/prim_ops.h
index 21ab145..6ac2a29 100644
--- a/x86emu/x86emu/prim_ops.h
+++ b/x86emu/x86emu/prim_ops.h
@@ -39,8 +39,6 @@
#ifndef __X86EMU_PRIM_OPS_H
#define __X86EMU_PRIM_OPS_H
-#include "x86emu/prim_asm.h"
-
#ifdef __cplusplus
extern "C" { /* Use "C" linkage when in C++ mode */
#endif
@@ -135,6 +133,7 @@ void push_word (u16 w);
void push_long (u32 w);
u16 pop_word (void);
u32 pop_long (void);
+void cpuid (void);
#ifdef __cplusplus
} /* End of "C" linkage for C++ */