X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fifxmips%2Ffiles%2Finclude%2Fasm-mips%2Fifxmips%2Fifxmips_led.h;h=5e0d7f3e1db3196eace6930c0cd31fbfcbcc9898;hb=c223e82fd455290ae2db23503c1197bc25981548;hp=c4a9929f6bc920dc0679c6bb9e4f2f2a9b620aba;hpb=c4b8e2f0b84b5f0e845e696f7ac12144dfafa66b;p=openwrt-10.03%2F.git diff --git a/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_led.h b/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_led.h index c4a9929f6..5e0d7f3e1 100644 --- a/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_led.h +++ b/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_led.h @@ -15,8 +15,12 @@ * * Copyright (C) 2007 John Crispin */ +#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