]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/ioports.h
mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
[karo-tx-uboot.git] / include / ioports.h
index d7e19e195bb8b8fa60a58b3c299340412ee69e9d..91ca6fb48ef79994f7d33edefe715b009a91c80b 100644 (file)
@@ -53,3 +53,14 @@ 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)
+