lots of ifxmips fixes and features
[openwrt/svn-archive/archive.git] / target / linux / ifxmips / files / include / asm-mips / ifxmips / ifxmips_led.h
index c4a9929f6bc920dc0679c6bb9e4f2f2a9b620aba..5e0d7f3e1db3196eace6930c0cd31fbfcbcc9898 100644 (file)
  *
  *   Copyright (C) 2007 John Crispin <blogic@openwrt.org> 
  */
+#ifndef _IFXMIPS_LED_H__ 
+#define _IFXMIPS_LED_H__
 
 extern void ifxmips_led_set(unsigned int led);
 extern void ifxmips_led_clear(unsigned int led);
 extern void ifxmips_led_blink_set(unsigned int led);
 extern void ifxmips_led_blink_clear(unsigned int led);
+
+#endif