OMAP: mailbox: change full flag per mailbox queue instead of global
[pandora-kernel.git] / arch / arm / plat-omap / include / plat / mailbox.h
index 9976565..13f2ef3 100644 (file)
@@ -48,6 +48,7 @@ struct omap_mbox_queue {
        struct tasklet_struct   tasklet;
        int     (*callback)(void *);
        struct omap_mbox        *mbox;
+       bool full;
 };
 
 struct omap_mbox {