]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/dsp/fifo.h
OMAP: DSP: N800: remaining updates for dsp parts
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / dsp / fifo.h
index 3a79867eac1516e9221060d1f8f8237c96970992..c0dc26c81d65e2a4e2ff8d0c440140048ba35fff 100644 (file)
@@ -21,6 +21,9 @@
  *
  */
 
+#ifndef __PLAT_OMAP_DSP_FIFO_H
+#define __PLAT_OMAP_DSP_FIFO_H
+
 struct fifo_struct {
        spinlock_t lock;
        char *buf;
@@ -168,3 +171,5 @@ out:
        spin_unlock(&fifo->lock);
        return ret;
 }
+
+#endif /* __PLAT_OMAP_DSP_FIFO_H */