commit | 2bf3ec03c3971a2aaad61a96d78c3a541fc2caf0 | [log] [tgz] |
---|---|---|
author | Bruce Beare <bruce.j.beare@intel.com> | Fri Dec 03 16:14:59 2010 -0800 |
committer | Bruce Beare <bruce.j.beare@intel.com> | Fri Dec 03 16:14:59 2010 -0800 |
tree | 58d034ced7a4326a9c103c8b5a0260f780250a1d | |
parent | 1bc98ccb76c147c46bd666f05247eb11e2847d4b [diff] [blame] |
Add defines for CAIF support Change-Id: I32d2e02814f1965ebdcecb804e947ff303dbe230 Author: Mark Gross <mark.gross@intel.com> Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
diff --git a/libc/kernel/common/linux/tty.h b/libc/kernel/common/linux/tty.h index b28791c..b1f2eab 100644 --- a/libc/kernel/common/linux/tty.h +++ b/libc/kernel/common/linux/tty.h
@@ -12,4 +12,6 @@ #ifndef _LINUX_TTY_H #define _LINUX_TTY_H +#define N_CAIF 20 + #endif