led.h 163 B

12345678910
  1. /* ___DISCLAIMER___ */
  2. #ifndef _LED_H
  3. #define _LED_H
  4. void readled(unsigned int state);
  5. void rdyled(unsigned int state);
  6. void led_clkout32(uint32_t val);
  7. #endif