]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/usb/g_printer.h
USB: Standardize inclusion protection and add where missing.
[linux-2.6-omap-h63xx.git] / include / linux / usb / g_printer.h
index 0c5ea1e3eb980fb11b276ca0377e593b25f362bd..6178fde50f7404d7639440b8445fa0043f6b1b1b 100644 (file)
@@ -18,6 +18,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#ifndef __LINUX_USB_G_PRINTER_H
+#define __LINUX_USB_G_PRINTER_H
 
 #define PRINTER_NOT_ERROR      0x08
 #define PRINTER_SELECTED       0x10
@@ -29,3 +31,5 @@
  */
 #define GADGET_GET_PRINTER_STATUS      _IOR('g', 0x21, unsigned char)
 #define GADGET_SET_PRINTER_STATUS      _IOWR('g', 0x22, unsigned char)
+
+#endif /* __LINUX_USB_G_PRINTER_H */