summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/Protocol/SimpleTextIn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/efi/Protocol/SimpleTextIn.h')
-rw-r--r--src/include/ipxe/efi/Protocol/SimpleTextIn.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/ipxe/efi/Protocol/SimpleTextIn.h b/src/include/ipxe/efi/Protocol/SimpleTextIn.h
index a89a9b4fa..571ecaf30 100644
--- a/src/include/ipxe/efi/Protocol/SimpleTextIn.h
+++ b/src/include/ipxe/efi/Protocol/SimpleTextIn.h
@@ -4,7 +4,7 @@
Abstraction of a very simple input device like a keyboard or serial
terminal.
- Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -78,8 +78,6 @@ typedef struct {
#define SCAN_F8 0x0012
#define SCAN_F9 0x0013
#define SCAN_F10 0x0014
-#define SCAN_F11 0x0015
-#define SCAN_F12 0x0016
#define SCAN_ESC 0x0017
/**