X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fioports.h;h=cfba667cab25fdd2d15eecd751c01e95e47daaf1;hb=77a318545d57aefa844752465b94c7e09a3f26d0;hp=d7e19e195bb8b8fa60a58b3c299340412ee69e9d;hpb=cbf9c117282b8729bdb86071997b58fcab58c444;p=u-boot diff --git a/include/ioports.h b/include/ioports.h index d7e19e195b..cfba667cab 100644 --- a/include/ioports.h +++ b/include/ioports.h @@ -53,3 +53,13 @@ typedef struct { * like the table in the 8260UM (and in the hymod manuals). */ extern const iop_conf_t iop_conf_tab[4][32]; + +typedef struct { + unsigned char port; + unsigned char pin; + int dir; + int open_drain; + int assign; +} qe_iop_conf_t; + +#define QE_IOP_TAB_END (-1)