]> err.no Git - linux-2.6/blobdiff - include/asm-x86/lguest_hcall.h
x86: move mce related declarations
[linux-2.6] / include / asm-x86 / lguest_hcall.h
index 9c5092b6aa9f294028cfe0e18189f91764e061e7..2091779e91fbe4f06b659235dc9e8abe2c09922c 100644 (file)
@@ -54,9 +54,6 @@ hcall(unsigned long call,
 }
 /*:*/
 
-void async_hcall(unsigned long call,
-                unsigned long arg1, unsigned long arg2, unsigned long arg3);
-
 /* Can't use our min() macro here: needs to be a constant */
 #define LGUEST_IRQS (NR_IRQS < 32 ? NR_IRQS: 32)