Magellan Linux

Contents of /trunk/mkinitrd-magellan/klibc/usr/dash/hetio.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (show annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 8 months ago) by niro
File MIME type: text/plain
File size: 650 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

1 /*
2 * Termios command line History and Editting for NetBSD sh (ash)
3 * Copyright (c) 1999
4 * Main code: Adam Rogoyski <rogoyski@cs.utexas.edu>
5 * Etc: Dave Cinege <dcinege@psychosis.com>
6 *
7 * You may use this code as you wish, so long as the original author(s)
8 * are attributed in any redistributions of the source code.
9 * This code is 'as is' with no warranty.
10 * This code may safely be consumed by a BSD or GPL license.
11 *
12 * v 0.5 19990328 Initial release
13 *
14 * Future plans: Simple file and path name completion. (like BASH)
15 *
16 */
17
18 void hetio_init(void);
19 int hetio_read_input(int fd);
20 void hetio_reset_term(void);
21
22 extern int hetio_inter;