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