1 1.1.2.3 jdolecek /* $NetBSD: footbridge.h,v 1.1.2.3 2002/06/23 17:34:47 jdolecek Exp $ */ 2 1.1.2.2 thorpej 3 1.1.2.2 thorpej #ifndef _FOOTBRIDGE_H_ 4 1.1.2.2 thorpej #define _FOOTBRIDGE_H_ 5 1.1.2.2 thorpej 6 1.1.2.2 thorpej #include <sys/termios.h> 7 1.1.2.2 thorpej #include <arm/bus.h> 8 1.1.2.2 thorpej void footbridge_pci_bs_tag_init __P((void)); 9 1.1.2.2 thorpej void footbridge_sa110_cc_setup __P((void)); 10 1.1.2.2 thorpej void footbridge_create_io_bs_tag __P((struct bus_space *, void *)); 11 1.1.2.2 thorpej void footbridge_create_mem_bs_tag __P((struct bus_space *, void *)); 12 1.1.2.2 thorpej int fcomcnattach __P((u_int, int, tcflag_t)); 13 1.1.2.2 thorpej int fcomcndetach __P((void)); 14 1.1.2.3 jdolecek void calibrate_delay __P((void)); 15 1.1.2.2 thorpej 16 1.1.2.2 thorpej #endif 17