/* * $Id: sapiovar.h,v 1.2 2007/11/24 19:07:07 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 { struct bus_handle *pio_bhp; /* bus we sit */ struct gpio_controller pio_gc; }; #endif /* not _ARCH_SAM7S64_DEV_SAPIOVAR_H */