]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/rio/rup.h
[PATCH] irq-flags: rio: Use the new IRQF_ constants
[linux-2.6-omap-h63xx.git] / drivers / char / rio / rup.h
index 40c617436bd11b5015d913f02a778aa00344eb68..4ae90cb207a9eda66dd6994dd0ca3170893a1742 100644 (file)
@@ -53,8 +53,8 @@
 #define RUP_NO_OWNER             0xff  /* RUP not owned by any process */
 
 struct RUP {
-       PKT_ptr txpkt;          /* Outgoing packet */
-       PKT_ptr rxpkt;          /* Incoming packet */
+       u16 txpkt;              /* Outgoing packet */
+       u16 rxpkt;              /* Incoming packet */
        u16 link;               /* Which link to send down? */
        u8 rup_dest_unit[2];    /* Destination unit */
        u16 handshake;          /* For handshaking */