]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/9/omap/usbehci.h
kernel: add support for hardware watchpoints
[plan9front.git] / sys / src / 9 / omap / usbehci.h
index b43d4774bca554c7c4d3f3a8d379dd251ad231f2..45e88169b522a8d71a3cfd767fc68c5655b57331 100644 (file)
@@ -39,6 +39,11 @@ struct Ctlr
        Ecapio* capio;          /* Capability i/o regs */
        Eopio*  opio;           /* Operational i/o regs */
 
+       void*   (*tdalloc)(ulong,int,ulong);
+       void*   (*dmaalloc)(ulong);
+       void    (*dmafree)(void*);
+       void    (*dmaflush)(int,void*,ulong len);
+
        int     nframes;        /* 1024, 512, or 256 frames in the list */
        ulong*  frames;         /* periodic frame list (hw) */
        Qh*     qhs;            /* async Qh circular list for bulk/ctl */