/* * $Id: sapiovar.h,v 1.1 2007/11/15 20:48:27 nbrk Exp $ */ #ifndef _ARCH_SAM7S64_DEV_SAPIOVAR_H #define _ARCH_SAM7S64_DEV_SAPIOVAR_H #include #include #include #define SAPIO_NPINS 32 /* total pins */ struct sapio_dd { uint32_t pio_ioaddr; /* PIOc base addr */ struct bus_handle *pio_bhp; /* bus we sit */ struct gpio_controller pio_gc; }; #endif /* not _ARCH_SAM7S64_DEV_SAPIOVAR_H */