]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/usb/isp116x.h
[ARM] 5321/1: Kirkwood: fix typo in Makefile
[linux-2.6-omap-h63xx.git] / include / linux / usb / isp116x.h
index 67d2826f34fe7795cc8bb37bf3ea4fa6ab7c1307..96ca114e88d0e1b843f1816c55c1bba310ee93ad 100644 (file)
@@ -1,9 +1,11 @@
-
 /*
  * Board initialization code should put one of these into dev->platform_data
  * and place the isp116x onto platform_bus.
  */
 
+#ifndef __LINUX_USB_ISP116X_H
+#define __LINUX_USB_ISP116X_H
+
 struct isp116x_platform_data {
        /* Enable internal resistors on downstream ports */
        unsigned sel15Kres:1;
@@ -27,3 +29,5 @@ struct isp116x_platform_data {
         */
        void (*delay) (struct device *dev, int delay);
 };
+
+#endif /* __LINUX_USB_ISP116X_H */