root/platform/ixus970_sd890/leds.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef LEDS_H
   2 #define LEDS_H
   3 
   4 #define LED_PWR    0xc02200D0
   5 #define LED_PR     0xc02200D4
   6 #define LED_ORANGE 0xc0220130
   7 #define LED_GREEN  0xc0220134
   8 #define LED_YELLOW 0xc0220138
   9 #define LED_AF     0xC0223030
  10 
  11 #define DELAY 5000000
  12 
  13 void led_blink(volatile long *p);
  14 
  15 #endif

/* [<][>][^][v][top][bottom][index][help] */