home *** CD-ROM | disk | FTP | other *** search
-
-
-
- /*
- * drivers/char/atari_SCC.c: Atari SCC serial ports implementation
- *
- * Copyright 1994 Roman Hodek
- * EMail: rnhodek@cip.informatik.uni-erlangen.de (Internet)
- * or: Roman_Hodek@n.maus.de (MausNet, NO mail > 16 KB!)
- * Partially based on PC-Linux serial.c by Linus Torvalds and Theodore Ts'o
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License. See the file README.legal in the main directory of this archive
- * for more details.
- *
- */
-
- #include <linux/types.h>
- #include <linux/sched.h>
- #include <linux/interrupt.h>
- #include <linux/errno.h>
- #include <linux/tty.h>
- #include <linux/termios.h>
- #include <linux/atarihw.h>
- #include <linux/atariints.h>
-
- #include "atari_serial.h"
- #include "atari_MFPser.h"
-
-
- void atari_init_SCC( struct async_struct *info, SERTYPE type,
- int tt_flag, void *ri_addr,
- unsigned char ri_bitno, unsigned char ri_active )
-
- {
-
- }
-
-
-
-