2 * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
7 #ifndef __include_tegra_kbc_h__
8 #define __include_tegra_kbc_h__
12 #define KEY_IS_MODIFIER(key) ((key) >= KEY_FIRST_MODIFIER)
26 #ifdef CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
27 extern int overwrite_console(void);
28 #define OVERWRITE_CONSOLE overwrite_console()
30 #define OVERWRITE_CONSOLE 0
31 #endif /* CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE */
33 #endif /* __include_tegra_kbc_h__ */