From 51638b2dba4b2bc0da183ca1eb6001fcca4395c1 Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Thu, 28 Jul 2005 21:16:05 -0700 Subject: [PATCH] --- yaml --- r: 5406 b: refs/heads/master c: 6f313b12335abf010802751c45249e7a0007a232 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-um/vm86.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 trunk/include/asm-um/vm86.h diff --git a/[refs] b/[refs] index 5ab4a5bf9988..347027a088a1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8afe07ce0003d4c63b7d76b6f28264503cb80d71 +refs/heads/master: 6f313b12335abf010802751c45249e7a0007a232 diff --git a/trunk/include/asm-um/vm86.h b/trunk/include/asm-um/vm86.h new file mode 100644 index 000000000000..7801f82de1f4 --- /dev/null +++ b/trunk/include/asm-um/vm86.h @@ -0,0 +1,6 @@ +#ifndef __UM_VM86_H +#define __UM_VM86_H + +#include "asm/arch/vm86.h" + +#endif