![]() |
|
|||
Warning, cross-references for /kernel/include/drivers/input/keymap.h need to be fixed.
0001 /* The Quest Operating System 0002 * Copyright (C) 2005-2010 Richard West, Boston University 0003 * 0004 * This program is free software: you can redistribute it and/or modify 0005 * it under the terms of the GNU General Public License as published by 0006 * the Free Software Foundation, either version 3 of the License, or 0007 * (at your option) any later version. 0008 * 0009 * This program is distributed in the hope that it will be useful, 0010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 0011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 0012 * GNU General Public License for more details. 0013 * 0014 * You should have received a copy of the GNU General Public License 0015 * along with this program. If not, see <http://www.gnu.org/licenses/>. 0016 */ 0017 0018 #ifndef _KEYMAP_H_ 0019 #define _KEYMAP_H_ 0020 #include "types.h" 0021 0022 uint8 keymap_getchar (void); 0023 0024 #endif 0025 0026 /* 0027 * Local Variables: 0028 * indent-tabs-mode: nil 0029 * mode: C 0030 * c-file-style: "gnu" 0031 * c-basic-offset: 2 0032 * End: 0033 */ 0034 0035 /* vi: set et sw=2 sts=2: */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 1.2.0 LXR engine. |