]> gitweb.factorcode.org Git - factor.git/blob - extra/io/serial/unix/termios/termios.factor
Make "foo.private" require load foo instead.
[factor.git] / extra / io / serial / unix / termios / termios.factor
1 ! Copyright (C) 2008 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: combinators system vocabs ;
4 IN: io.serial.unix.termios
5
6 {
7     { [ os linux? ] [ "io.serial.unix.termios.linux" ] }
8     { [ os bsd? ] [ "io.serial.unix.termios.bsd" ] }
9 } cond require