xref: /netbsd-src/sys/arch/arm/footbridge/footbridge.h (revision cf10107d5d3746e98e37d403b996f1965f67f255)
1 /*      $NetBSD: footbridge.h,v 1.4 2011/07/01 19:32:28 dyoung Exp $  */
2 
3 #ifndef _FOOTBRIDGE_H_
4 #define _FOOTBRIDGE_H_
5 
6 #include <sys/termios.h>
7 #include <sys/bus.h>
8 void footbridge_pci_bs_tag_init(void);
9 void footbridge_sa110_cc_setup(void);
10 void footbridge_create_io_bs_tag(struct bus_space *, void *);
11 void footbridge_create_mem_bs_tag(struct bus_space *, void *);
12 int fcomcnattach(u_int, int, tcflag_t);
13 int fcomcndetach(void);
14 void calibrate_delay(void);
15 
16 #endif
17